From: Dirk Hohndel Date: Fri, 4 Nov 2011 21:25:20 +0000 (-0700) Subject: Don't repeat redundant minima or maxima in the profile plot X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=edbba678b3cdc8f06a84a965b04f13ef1f4ecaab;hp=edbba678b3cdc8f06a84a965b04f13ef1f4ecaab;p=ext%2Fsubsurface.git Don't repeat redundant minima or maxima in the profile plot If we have more than four identical depth readings, the old code would see those as local maxima and minima and print spurious depth values in the profile plot. Yes, in real sample data identical readings won't happen - but in synthetic data they can and there this looks really bogus. Signed-off-by: Dirk Hohndel ---