mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5707 Delta Ensemble Case : Add user option to select time step
This commit is contained in:
@@ -643,7 +643,8 @@ void RimSummaryCaseCollection::updateReferringCurveSets()
|
||||
|
||||
for ( auto curveSet : referringObjects )
|
||||
{
|
||||
if ( curveSet ) curveSet->updateAllCurves();
|
||||
bool updateParentPlot = true;
|
||||
if ( curveSet ) curveSet->loadDataAndUpdate( updateParentPlot );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user