]> git.tdb.fi Git - ext/subsurface.git/commit
Split the cylinder pressure analysis into a second loop
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Oct 2011 14:18:30 +0000 (17:18 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Oct 2011 15:01:16 +0000 (18:01 +0300)
commit2b2b6775de0ebdd086bb7cd4afc5ac461100524d
treea4a5de9b4d18e293b8e8c1456c7b8479be3d7202
parent41a1cf4b1967c689f4c3dab60ac284a1313bb9b4
Split the cylinder pressure analysis into a second loop

For the dive computers that give cylinder change events, we want to
re-write the cylinder index and pressure information with the event
information before we start analyzing the pressures.  So instead of
filling the plot info and analyzing in one loop, split it up into two
phases.  We'll do the "fix up cylinder pressure info based on events" in
between those phases.

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