StimPlan Model: Provide default value for facies

This commit is contained in:
Kristian Bendiksen
2023-05-26 09:55:12 +02:00
parent cca852ef1f
commit a3efc16615
7 changed files with 61 additions and 9 deletions

View File

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