]> git.tdb.fi Git - ext/subsurface.git/commit
Save cylinder O2/He content after the cylinder type description
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Nov 2011 23:42:37 +0000 (21:42 -0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Nov 2011 23:42:37 +0000 (21:42 -0200)
commit5c2fca262043992783551eceebc81c1f589b185b
tree9510d6ed8acaab9eb93373677f809b14add9b75d
parentb4938ec2de87c3a43b749a1607d3bacb17d37cff
Save cylinder O2/He content after the cylinder type description

This changes the save format xml to be a bit more readable: instead of
putting the gasmix first, put the cylinder type (size, workpressure and
description) first, then gasmix, then pressure details.

It makes no difference for machine parsing, but I think it's a lot more
logical for humans that actually look at the xml file.  And we really do
want to make the xml file readable by humans.

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