mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2077 Well Allocation Plot: Formation names for pseudo length
This commit is contained in:
parent
bf00807aee
commit
5feee83706
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user