Renamed to RimWellLogExtractionCurve

This commit is contained in:
Jacob Støren
2015-09-02 12:13:38 +02:00
parent 5a265b66a6
commit 1ba3978a4e
7 changed files with 17 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ void RimEclipseResultDefinition::fieldChangedByUi(const caf::PdmFieldHandle* cha
RimEclipsePropertyFilter* propFilter = dynamic_cast<RimEclipsePropertyFilter*>(this->parentField()->ownerObject());
RimView* view = NULL;
this->firstAnchestorOrThisOfType(view);
RimWellLogEclipseCurve* curve = NULL;
RimWellLogExtractionCurve* curve = NULL;
this->firstAnchestorOrThisOfType(curve);
if (&m_resultVariableUiField == changedField)