Add support for estimating md from well path as well

This commit is contained in:
Gaute Lindkvist
2019-09-03 16:01:55 +02:00
parent 6c7325b575
commit ea8a43a724
4 changed files with 47 additions and 9 deletions

View File

@@ -42,6 +42,7 @@ public:
const std::vector<cvf::Vec3d>& wellPathPoints() const;
const std::vector<double>& measureDepths() const;
std::vector<double> trueVerticalDepths() const;
RigWellPath();
void setDatumElevation(double value);