From: Linus Torvalds Date: Sun, 1 Apr 2012 22:38:52 +0000 (-0700) Subject: Fix reference tank information for LP steel tanks. X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=inline;h=3a7d577ff1109c701656854ceb23ed690c340fbc;hp=3a7d577ff1109c701656854ceb23ed690c340fbc;p=ext%2Fsubsurface.git 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 ---