mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2969 Add const to currentActiveCellInfo
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
void setOverridePropertyFilterCollection(RimEclipsePropertyFilterCollection* pfc);
|
||||
|
||||
RigCaseCellResultsData* currentGridCellResults();
|
||||
RigActiveCellInfo* currentActiveCellInfo();
|
||||
const RigActiveCellInfo* currentActiveCellInfo() const;
|
||||
RimEclipseCellColors* currentFaultResultColors();
|
||||
|
||||
void setEclipseCase(RimEclipseCase* reservoir);
|
||||
|
||||
Reference in New Issue
Block a user