mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1037 - pre-proto - Moved fractureCollection from wellPathCollection to WellPath
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "RimMainPlotCollection.h"
|
||||
#include "RimWellLogPlotCollection.h"
|
||||
#include "RivWellPathPartMgr.h"
|
||||
|
||||
#include "RimFractureCollection.h"
|
||||
#include "RiuMainWindow.h"
|
||||
|
||||
#include <QDir>
|
||||
@@ -96,6 +96,11 @@ RimWellPath::RimWellPath()
|
||||
CAF_PDM_InitFieldNoDefault(&m_wellLogFile, "WellLogFile", "Well Log File", "", "", "");
|
||||
m_wellLogFile.uiCapability()->setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&fractureCollection, "FractureCollection", "Fractures", "", "", "");
|
||||
fractureCollection.uiCapability()->setUiHidden(true);
|
||||
fractureCollection = new RimFractureCollection();
|
||||
|
||||
|
||||
m_wellPath = NULL;
|
||||
}
|
||||
|
||||
@@ -124,6 +129,9 @@ RimWellPath::~RimWellPath()
|
||||
}
|
||||
}
|
||||
|
||||
if (fractureCollection()) delete fractureCollection();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user