Ref T773, if possible skip update of situations with elevation in interpolator

This commit is contained in:
Klaus Basan
2020-02-21 01:02:24 +01:00
committed by Mat Sutcliffe
parent 181c2b8061
commit e21dab0605
3 changed files with 19 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ namespace BlackMisc
private:
//! Update the elevations used in CInterpolatorSpline::m_s
bool updateElevations();
bool updateElevations(bool canSkip);
//! Are any elevations missing in CInterpolatorSpline::m_s
bool areAnyElevationsMissing() const;