mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Change ouput model name
This commit is contained in:
committed by
Magne Sjaastad
parent
abd4e80b48
commit
19dc7493a8
@@ -120,11 +120,11 @@ void RicRunWellIntegrityAnalysisFeature::onActionTriggered( bool isChecked )
|
||||
runProgress.setProgressDescription( "Loading modeling results." );
|
||||
|
||||
RiaApplication* app = RiaApplication::instance();
|
||||
if ( !app->openOdbCaseFromFile( modelSettings->outputHeatOdbFilename() ) )
|
||||
if ( !app->openOdbCaseFromFile( modelSettings->outputDrillingOdbFilename() ) )
|
||||
{
|
||||
QMessageBox::critical( nullptr,
|
||||
wiaTitle,
|
||||
"Failed to load modeling results from file \"" + modelSettings->outputHeatOdbFilename() +
|
||||
"Failed to load modeling results from file \"" + modelSettings->outputDrillingOdbFilename() +
|
||||
"\". Check log window for additional information." );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user