mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1037 - pre-proto - Changed RimFracture to RimWellPathFracture (and same for FractureCollection and commands to create / delete fractures)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "RimMainPlotCollection.h"
|
||||
#include "RimWellLogPlotCollection.h"
|
||||
#include "RivWellPathPartMgr.h"
|
||||
#include "RimFractureCollection.h"
|
||||
#include "RimWellPathFractureCollection.h"
|
||||
#include "RiuMainWindow.h"
|
||||
|
||||
#include <QDir>
|
||||
@@ -98,7 +98,7 @@ RimWellPath::RimWellPath()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&fractureCollection, "FractureCollection", "Fractures", "", "", "");
|
||||
fractureCollection.uiCapability()->setUiHidden(true);
|
||||
fractureCollection = new RimFractureCollection();
|
||||
fractureCollection = new RimWellPathFractureCollection();
|
||||
|
||||
|
||||
m_wellPath = NULL;
|
||||
|
||||
Reference in New Issue
Block a user