]> git.tdb.fi Git - ext/subsurface.git/commit
Use plot_info for final remaining temperature and pressure data plots too
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 16:23:54 +0000 (09:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2011 16:23:54 +0000 (09:23 -0700)
commitec97a62f34eb9049a5face8782631853090bd85e
treeb9ea565b40a0d066c4e143cb25a572be72f8f8fe
parent82f143d2299fbe918cc24a6ea661cb3d8c8df6c4
Use plot_info for final remaining temperature and pressure data plots too

Ok, this is pretty much it now.  Instead of having various random checks
for "is the time of the sample past the end of the dive" hacks, we not
plot all graphs from the cleaned-up plot_info structure instead of the
raw samples.

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