#1495 Rename to FishboneWellPath and FishboneWellPathCollection

This commit is contained in:
Magne Sjaastad
2017-05-19 13:47:44 +02:00
parent d8dc62c5a7
commit fd254565e6
9 changed files with 38 additions and 38 deletions

View File

@@ -36,7 +36,7 @@ class RifWellPathImporter;
class RigWellPath;
class RimProject;
class RimWellLogFile;
class RimWellPathCompletionCollection;
class RimFishboneWellPathCollection;
class RivWellPathPartMgr;
class RimFishbonesMultipleSubs;
@@ -73,7 +73,7 @@ public:
caf::PdmField<double> wellPathRadiusScaleFactor;
caf::PdmChildField<RimWellLogFile*> m_wellLogFile;
caf::PdmChildField<RimWellPathCompletionCollection*> m_completionCollection;
caf::PdmChildField<RimFishboneWellPathCollection*> m_completionCollection;
caf::PdmChildField<RimPerforationCollection*> m_perforationCollection;
RigWellPath* wellPathGeometry();