#4357 Grid Case Group Statistics: Crash when creating contour map

This commit is contained in:
Magne Sjaastad
2019-04-25 07:42:38 +02:00
parent 319050b992
commit 3cdf19b19d
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
class RigMainGrid;
class RigResultAccessor;
class RimEclipseContourMapView;
class RimEclipseResultCase;
class RimEclipseCase;
class RimEclipseResultDefinition;
//==================================================================================================
@@ -77,7 +77,7 @@ protected:
// Eclipse implementation specific data generation methods
std::vector<double> calculateColumnResult(ResultAggregation resultAggregation) const;
RimEclipseResultCase* eclipseCase() const;
RimEclipseCase* eclipseCase() const;
RimEclipseContourMapView* view() const;