mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename measuredDepth and TVD methods in well log extractor code
This commit is contained in:
@@ -1413,8 +1413,8 @@ CurveSamplingPointData RimWellLogTrack::curveSamplingPointData(RigEclipseWellLog
|
||||
{
|
||||
CurveSamplingPointData curveData;
|
||||
|
||||
curveData.md = extractor->measuredDepth();
|
||||
curveData.tvd = extractor->trueVerticalDepth();
|
||||
curveData.md = extractor->cellIntersectionMDs();
|
||||
curveData.tvd = extractor->cellIntersectionTVDs();
|
||||
|
||||
extractor->curveData(resultAccessor, &curveData.data);
|
||||
|
||||
@@ -1428,8 +1428,8 @@ CurveSamplingPointData RimWellLogTrack::curveSamplingPointData(RigGeoMechWellLog
|
||||
{
|
||||
CurveSamplingPointData curveData;
|
||||
|
||||
curveData.md = extractor->measuredDepth();
|
||||
curveData.tvd = extractor->trueVerticalDepth();
|
||||
curveData.md = extractor->cellIntersectionMDs();
|
||||
curveData.tvd = extractor->cellIntersectionTVDs();
|
||||
|
||||
extractor->curveData(resultAddress, 0, &curveData.data);
|
||||
return curveData;
|
||||
|
||||
Reference in New Issue
Block a user