]> git.tdb.fi Git - ext/subsurface.git/commit
Add new helper function to get temperature and unit
authorDirk Hohndel <dirk@hohndel.org>
Tue, 1 Nov 2011 18:39:52 +0000 (11:39 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 2 Nov 2011 02:52:12 +0000 (19:52 -0700)
commit18b8247cb357a9a716846854e451e306b752e542
treef4df344653f038554747f90ad34587dc331e0d5a
parent43601f654675c8734c9ca5850cc41dac16d1989a
Add new helper function to get temperature and unit

Designed along the lines of get_depth_units - except we don't define a
specific number of digits to show.

Use this in the one spot we need it right now in profile.c

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
dive.c
dive.h
profile.c