#2077 Well Allocation Plot: Formation names for pseudo length

This commit is contained in:
Rebecca Cox 2017-11-06 08:55:14 +01:00
parent bf00807aee
commit 5feee83706

View File

@ -1013,11 +1013,11 @@ void RimWellLogTrack::findFormationNamesToPlot(const CurveSamplingPointData&
std::vector<double> depthVector;
if (depthType == RimWellLogPlot::MEASURED_DEPTH)
if (depthType == RimWellLogPlot::MEASURED_DEPTH || depthType == RimWellLogPlot::PSEUDO_LENGTH)
{
depthVector = curveData.md;
}
else
else if(depthType == RimWellLogPlot::TRUE_VERTICAL_DEPTH)
{
depthVector = curveData.tvd;
}