#2303 Formations: Remove well pick filter when depth type is PL

This commit is contained in:
Rebecca Cox 2018-01-05 08:36:54 +01:00
parent cf12e5ae36
commit 074a8fc546

View File

@ -1265,7 +1265,7 @@ void RimWellLogTrack::updateFormationNamesOnPlot()
else if (m_formationSource() == WELL_PICK_FILTER)
{
if (m_formationWellPathForSourceWellPath == nullptr) return;
if (!(plot->depthType() == RimWellLogPlot::MEASURED_DEPTH || plot->depthType() == RimWellLogPlot::PSEUDO_LENGTH)) return;
if (plot->depthType() != RimWellLogPlot::MEASURED_DEPTH) return;
std::vector<double> yValues;