mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-14 01:13:52 -06:00
#4230 Plot Cell Property Filter : Return if result property data is missing
This commit is contained in:
parent
733b7201b5
commit
0726b32087
@ -139,6 +139,8 @@ void RimPlotCellPropertyFilter::updateCellVisibilityFromFilter(size_t timeStepIn
|
||||
|
||||
resDef->loadResult();
|
||||
|
||||
if (resDef->currentGridCellResults()->hasResultEntry(resDef->eclipseResultAddress())) return;
|
||||
|
||||
RigCaseCellResultsData* cellResultsData = resDef->currentGridCellResults();
|
||||
if (!cellResultsData) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user