mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4351 Regression test : Guard null pointer access
This commit is contained in:
@@ -1717,7 +1717,7 @@ bool RimEclipseView::isTimeStepDependentDataVisible() const
|
||||
if (this->faultResultSettings()->customFaultResult()->isTernarySaturationSelected()) return true;
|
||||
}
|
||||
|
||||
if (this->wellPathCollection()->anyWellsContainingPerforationIntervals()) return true;
|
||||
if (this->wellPathCollection() && this->wellPathCollection()->anyWellsContainingPerforationIntervals()) return true;
|
||||
|
||||
if (this->hasVisibleTimeStepDependent3dWellLogCurves()) return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user