]> git.tdb.fi Git - ext/subsurface.git/commit
gasmix: stop tracking nitrogen percentages
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:26:11 +0000 (16:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:26:11 +0000 (16:26 -0700)
commitd5e42d485e6c4a62b78281aac900bb447d811ab1
tree29f958ad62d29bf9cd92fef9985a361377b89deb
parentadc7280c025e68f6d55d779ad56712cb17aa3ae7
gasmix: stop tracking nitrogen percentages

The only thing you can do with that thing is screw things up (like
libdivecomputer did).  There's no value in tracking the "filler" gas,
since you can always just calculate it from the gases that actually
matter.

So just track Oxygen and Helium - and make sure they have sane values.

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