]> git.tdb.fi Git - ext/subsurface.git/commit
Fix reference tank information for LP steel tanks.
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Apr 2012 22:38:52 +0000 (15:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Apr 2012 22:38:52 +0000 (15:38 -0700)
commit3a7d577ff1109c701656854ceb23ed690c340fbc
tree7cb7ccd8bbf20d804e619c4bc03d04536d19fd5d
parent9fad1cb50f5976767c06aefe6d2b4d919d9a9634
Fix reference tank information for LP steel tanks.

Commit f9bb3f79106b ("Clean up reference tank information table") had
cleaned up the tank info list so that you could sanely do tanks in
liters and with a working pressure in bar.

But the LP steel cylinders had somehow missed out on the ".psi =" part
of the equation, and as a result, what was supposed to be their working
pressure instead ended up being interpreted as their size in
milli-liters.

Oops.

Fix that, and also make the standard tank info filling code actually
verify the sanity of the reference tank table, so that if this happens
again, it will complain loudly instead of using nonsensical values.

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