mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fault Reactivation Assessment: updates and tweaks (#7732)
* Add flag to keep temp. parameter files or not. * Ask user if it is ok to clean the output folder if selected. * Add property for elastic table input file. * Do not show legend by default when refreshing tsurfs * Make sure all loadsteps are enabled in post processing json file * Support running adv. proc without req. basic proc to be run first
This commit is contained in:
@@ -163,7 +163,7 @@ RimSurface* RimSurfaceCollection::importSurfacesFromFiles( const QStringList& fi
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSurfaceCollection::reloadSurfaces( std::vector<RimSurface*> surfaces )
|
||||
void RimSurfaceCollection::reloadSurfaces( std::vector<RimSurface*> surfaces, bool showLegend /*=true*/ )
|
||||
{
|
||||
// ask the surfaces given to reload its data
|
||||
for ( RimSurface* surface : surfaces )
|
||||
@@ -173,7 +173,7 @@ void RimSurfaceCollection::reloadSurfaces( std::vector<RimSurface*> surfaces )
|
||||
|
||||
this->updateConnectedEditors();
|
||||
|
||||
updateViews( surfaces );
|
||||
updateViews( surfaces, showLegend );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user