mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 15:26:48 -06:00
#2303 Formations: Remove well pick filter when depth type is PL
This commit is contained in:
parent
cf12e5ae36
commit
074a8fc546
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user