]> git.tdb.fi Git - ext/subsurface.git/commit
Revert "Correctly plot the tank end pressure if it was set manually"
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Nov 2011 18:27:19 +0000 (10:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Nov 2011 18:27:19 +0000 (10:27 -0800)
commitbb421a416dd894979e2335efea8db06b681f0dc8
treeb3df83f21fdb6dc20929680077ac30f43e88d826
parente8230c9d13afc84e88207ab6fde3190f0bd25fd0
Revert "Correctly plot the tank end pressure if it was set manually"

This reverts commit abdee5b1b8a97c641bca9bc2ebac9555c3e2ea54.

There's no point in doing random hacks.  Instead, do the intermediate
pressure calculations with proper rounding instead of always truncating
to mbar.  With the math done correctly we have enough precision that the
end result of the pressure interpolation doesn't have the kind of errors
that caused Dirk to try to fix things up later.

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