]> git.tdb.fi Git - ext/subsurface.git/commit
Now that we don't mess up import, we can save the cylinder working pressure
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 22:17:33 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 22:17:33 +0000 (15:17 -0700)
commitb17c7f07095da886a688de2d36f79d433d6110b9
tree8b8560847f2db3dd0e0e47d569f4316f4b82dc97
parented4b739f5f618fa9fb316dcec4c67224bb4f2bb8
Now that we don't mess up import, we can save the cylinder working pressure

We used to have the heuristic that if we saw a cylinder working
pressure, then the cylinder size would be in cuft.  Which meant that we
couldn't export our working pressures, because it would mess things up
on import.

But working pressure is actually nice to know, if you ever work with
cylinders in imperial units.  So now that the import is fixed, add the
working pressure to the export.

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