]> git.tdb.fi Git - ext/subsurface.git/commit
Parse 'Diving Log' cylinder working pressure
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2011 19:24:57 +0000 (12:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2011 22:49:50 +0000 (15:49 -0700)
commit61d0aa10e1a88ac2e5ddcab9e0f05a729b3ab9e9
treee53134e1f85417adb1864bc3fbb044bcf0b9724d
parent1cc62d581158d52252f2ad7ef076811129510141
Parse 'Diving Log' cylinder working pressure

Oh Gods. Why are all other scuba programs so f*&% messed up?

The Diving Log cylinder working pressure is in bar - which is all good.
But their pressure *samples* are in PSI.  Why the h*ll do people mix up
units in the same damn file like that? I despair at the pure
incompetence sometimes.

I suspect the pressure samples aren't "really" in PSI: they are probably
in some user-specified units.

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