mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2303 Formations: Remove well pick filter when depth type is PL
This commit is contained in:
@@ -1265,7 +1265,7 @@ void RimWellLogTrack::updateFormationNamesOnPlot()
|
|||||||
else if (m_formationSource() == WELL_PICK_FILTER)
|
else if (m_formationSource() == WELL_PICK_FILTER)
|
||||||
{
|
{
|
||||||
if (m_formationWellPathForSourceWellPath == nullptr) return;
|
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;
|
std::vector<double> yValues;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user