]> git.tdb.fi Git - ext/subsurface.git/commit
Do min/max pressure and temperature based on the non-surface data
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 15:47:13 +0000 (08:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 15:53:12 +0000 (08:53 -0700)
commit7c5c9e202408bf4ec86c84826ebc7b2ba0d00c2d
treec2db2830e5b8d92b5483a36d5a926bf43e5a8712
parentadda1c6e86b911c268559a05affd2418767ed239
Do min/max pressure and temperature based on the non-surface data

Do the min/max calculations only *after* we have removed the extra
surface events at the end.

The Uemis data in particular has a lot of surface events after the dive,
and we don't really want to take them into account since we won't be
plotting them anyway.

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