From: Dirk Hohndel Date: Mon, 27 Aug 2012 22:29:40 +0000 (-0700) Subject: Fix an issue with trips that have dives from multiple input files X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=9cf961249e197d6d8a3656968ce15dfd19e3ef3b;hp=9cf961249e197d6d8a3656968ce15dfd19e3ef3b;p=ext%2Fsubsurface.git Fix an issue with trips that have dives from multiple input files The existing code didn't handle the case of different trips for the same date coming from different sources. It also got confused if the first dive processed (which is, chronologically, the last dive) happened to be a "NOTRIP" dive. This commit adds a bit of debugging infrastructure for the trip handling, too. Signed-off-by: Dirk Hohndel ---