mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Alligned the GeoMechResultDefinition to the EclipseResultDefinition way of updating the PropertyFilter
This commit is contained in:
@@ -57,8 +57,6 @@ public:
|
||||
QString resultComponentName() { return m_resultComponentName();}
|
||||
void setResultAddress(const RigFemResultAddress& resultAddress);
|
||||
|
||||
void setOwnerPropertyFilter(RimGeoMechPropertyFilter* propertyFilter);
|
||||
|
||||
QString resultFieldUiName();
|
||||
QString resultComponentUiName();
|
||||
|
||||
@@ -85,7 +83,6 @@ private:
|
||||
caf::PdmField<QString> m_resultVariableUiField;
|
||||
|
||||
caf::PdmPointer<RimGeoMechView> m_reservoirView;
|
||||
caf::PdmPointer<RimGeoMechPropertyFilter> m_propertyFilter;
|
||||
|
||||
static QString convertToUiResultFieldName(QString resultFieldName);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user