#5707 Delta Ensemble Case : Add user option to select time step

This commit is contained in:
Magne Sjaastad
2020-03-29 13:49:55 +02:00
parent 69d36ed9a9
commit ff5cc86935
7 changed files with 313 additions and 21 deletions

View File

@@ -643,7 +643,8 @@ void RimSummaryCaseCollection::updateReferringCurveSets()
for ( auto curveSet : referringObjects )
{
if ( curveSet ) curveSet->updateAllCurves();
bool updateParentPlot = true;
if ( curveSet ) curveSet->loadDataAndUpdate( updateParentPlot );
}
}