#5317 Add separate results definition objects for Reservoir Surfaces

This commit is contained in:
Jacob Støren
2020-01-14 13:55:18 +01:00
parent e05f9320d7
commit cf74891952
6 changed files with 22 additions and 7 deletions

View File

@@ -61,11 +61,6 @@ QString RimSurfaceInView::name() const
return "";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSurfaceInView::loadDataAndUpdate() {}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -36,8 +36,6 @@ public:
RimSurfaceInView();
~RimSurfaceInView() override;
void loadDataAndUpdate();
QString name() const;
RimSurface* surface() const;
void setSurface( RimSurface* surf );