mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Merge pull request #8255 from OPM/wia_paramupdates
GeoMech/WIA: update input parameters and model size settings
This commit is contained in:
@@ -60,6 +60,12 @@ void RicRunWellIntegrityAnalysisFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
runProgress.setProgressDescription( "Writing input files." );
|
||||
|
||||
if ( !modelSettings->geomechCase() )
|
||||
{
|
||||
QMessageBox::critical( nullptr, wiaTitle, "GeoMechanical case is not selected. Please check your model settings." );
|
||||
return;
|
||||
}
|
||||
|
||||
if ( !modelSettings->extractModelData() )
|
||||
{
|
||||
QMessageBox::critical( nullptr,
|
||||
|
||||
Reference in New Issue
Block a user