#1037 - pre-proto - Changed RimFracture to RimWellPathFracture (and same for FractureCollection and commands to create / delete fractures)

This commit is contained in:
astridkbjorke
2017-01-02 11:59:30 +01:00
parent e6ef4fee42
commit b6053147df
18 changed files with 170 additions and 136 deletions

View File

@@ -36,7 +36,7 @@
class RimProject;
class RivWellPathPartMgr;
class RimWellLogFile;
class RimFractureCollection;
class RimWellPathFractureCollection;
//==================================================================================================
///
@@ -70,7 +70,7 @@ public:
caf::PdmChildField<RimWellLogFile*> m_wellLogFile;
caf::PdmChildField<RimFractureCollection*> fractureCollection;
caf::PdmChildField<RimWellPathFractureCollection*> fractureCollection;
RigWellPath* wellPathGeometry() { return m_wellPath.p(); }