mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve const-ness somewhat on some results color related methods
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
|
||||
void setGeoMechCase( RimGeoMechCase* geomCase );
|
||||
|
||||
RigGeoMechCaseData* ownerCaseData();
|
||||
RigGeoMechCaseData* ownerCaseData() const;
|
||||
bool hasResult();
|
||||
void loadResult();
|
||||
void setAddWellPathDerivedResults( bool addWellPathDerivedResults );
|
||||
|
||||
Reference in New Issue
Block a user