]> git.tdb.fi Git - ext/subsurface.git/commit
Sanitize and fix cylinder pressure overview
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 16:12:54 +0000 (09:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 16:12:54 +0000 (09:12 -0700)
commit5f79a804b925a8ffbcf933bb6fae4f764b518c8e
tree43e5d9dd7c7434966038789c0b2d0e28a7650e30
parent0f832f15d1a5c4a9877fa4d568daa6e87241ca97
Sanitize and fix cylinder pressure overview

Doing per-dive cylinder start/end pressures is insane, when we can have
up to eight cylinders.  The cylinder start/end pressure cannot be per
dive, it needs to be per cylinder.

This makes the save format cleaner too, we have all the cylinder data in
just one place.

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