#1858 Move method to WellLogExtractor base class

This commit is contained in:
Jacob Støren
2017-12-12 15:00:14 +01:00
parent 6c3f569499
commit 68f5253644
4 changed files with 9 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ public:
const std::vector<double>& measuredDepth() { return m_measuredDepth; }
const std::vector<double>& trueVerticalDepth() { return m_trueVerticalDepth; }
const std::vector<size_t>& intersectedCellsGlobIdx();
const RigWellPath* wellPathData() { return m_wellPath.p();}