]> git.tdb.fi Git - ext/subsurface.git/commit
Only update mean/max depths with computed ones if they are way off
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Sep 2011 20:36:25 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Sep 2011 20:36:25 +0000 (13:36 -0700)
commit2804dc42d81a728c62b173f55bbfc075cf643a00
tree2b673a917aa72edec0dd51c66b216b62161805e9
parent1e75ceac0dbbf6a6eef1e13f076c3ae6a7af4c55
Only update mean/max depths with computed ones if they are way off

The computer may track "real" max depth more closely than it tracks
samples.  So we trust the non-computed mean/max depths more than the
computed ones.

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