]> git.tdb.fi Git - ext/subsurface.git/commit
Remove redundant temperature readings
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 18:20:27 +0000 (11:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 18:20:27 +0000 (11:20 -0700)
commit9961c7f89ce6353609383b16b9fbf3a30e4d8604
tree8ba7d8b0ac18e4792827ebc7a363ca6c48a5ba4f
parent23a6607ae7ce9335be736c3400e4b8d77744af16
Remove redundant temperature readings

I'm aiming to really differentiate in dive log software by making my XML
export files be *clean*, dammit.

That means that we don't have random names, we don't have crazy random
units, and we don't have redundant information.

So when the temperature doesn't change, just don't report it.  That's
already what "no sample" means, just clean things up.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
dive.c