mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix geomech reload issues
This commit is contained in:
@@ -234,8 +234,9 @@ void RimGeoMechCase::reloadDataAndUpdate()
|
||||
{
|
||||
RiaLogging::error( QString::fromStdString( errMsg ) );
|
||||
}
|
||||
for ( auto v : geoMechViews() )
|
||||
for ( auto& v : geoMechViews() )
|
||||
{
|
||||
v->resetVizLogic();
|
||||
v->loadDataAndUpdate();
|
||||
v->setCurrentTimeStep( v->currentTimeStep() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user