]> git.tdb.fi Git - ext/subsurface.git/commit
Don't guess input cylinder size as cubic feet
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 22:15:40 +0000 (15:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 22:15:40 +0000 (15:15 -0700)
commited4b739f5f618fa9fb316dcec4c67224bb4f2bb8
tree073395060fab8523c10668f6b10b54c225fa8c02
parente48cebc2d8e3acdfaf64512259fa582245265799
Don't guess input cylinder size as cubic feet

That just screws up the good xml files that have everything in
well-defined units and chose the sane metric units.

So do the cuft -> liter conversion only if the input units are
explicitly CUFT, or known ambiguous input (SUUNTO).

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