StimPlan Model: Improve logging for facies value/name mismatch.

This commit is contained in:
Kristian Bendiksen
2023-05-10 10:44:20 +02:00
parent 1c0649db77
commit 02ec71955b
3 changed files with 23 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ public:
bool isMatching( RiaDefines::CurveProperty curveProperty ) const override;
static QString findFaciesName( const RimColorLegend& colorLegend, double value );
static std::pair<bool, QString> findFaciesName( const RimColorLegend& colorLegend, double value );
protected:
static void addOverburden( std::vector<QString>& formationNames,