]> git.tdb.fi Git - ext/subsurface.git/commit
Fix breakage caused by Linus' changes to tank pressure handling
authorDirk Hohndel <dirk@hohndel.org>
Thu, 10 Nov 2011 00:15:28 +0000 (19:15 -0500)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 10 Nov 2011 00:15:28 +0000 (19:15 -0500)
commit0d7ad02f87ad02d3b9836c07230f2ddb3f1d3e14
tree4cc35d6d93abe0b51ae07cdc583299efe8e1970b
parentd03a92728fb625a388ce4eb4d8e885c6fc40d55a
Fix breakage caused by Linus' changes to tank pressure handling

We no longer look at the start and end pressure for a tank, if the tank
has valid pressure data in its samples (which makes sense). Sadly that
breaks the current pressure interpolation code. With this patch most of
those problems should be fixed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
profile.c