Moved RimWellLeogExtractionCurve to a separate file

This commit is contained in:
Jacob Støren
2015-09-02 12:34:12 +02:00
parent 1ba3978a4e
commit 3844c0958d
8 changed files with 279 additions and 236 deletions

View File

@@ -156,7 +156,7 @@ void RimGeoMechResultDefinition::fieldChangedByUi(const caf::PdmFieldHandle* cha
RimGeoMechPropertyFilter* propFilter = dynamic_cast<RimGeoMechPropertyFilter*>(this->parentField()->ownerObject());
RimView* view = NULL;
this->firstAnchestorOrThisOfType(view);
RimWellLogExtractionCurve* curve = NULL;
RimWellLogPlotCurve* curve = NULL;
this->firstAnchestorOrThisOfType(curve);