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

@@ -96,7 +96,7 @@ private:
std::vector<double> xValues();
std::vector<double> tvDepthValues();
std::vector<double> measuredDepthValues();
std::vector<double> interpolatedMeasuredDepthValuesFromObservedData(const std::vector<double>& tvDepthValues);
std::vector<double> interpolatedMeasuredDepthValuesFromWellPathOrObservedData(const std::vector<double>& tvDepthValues);
private:
caf::PdmPtrField<RimEclipseResultCase*> m_eclipseResultCase;