mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move Case file name to the base RimCase class and make consistent
This commit is contained in:
@@ -150,7 +150,7 @@ void RimGeoMechView::onLoadDataAndUpdate()
|
||||
if ( !RiaRegressionTestRunner::instance()->isRunningRegressionTests() )
|
||||
{
|
||||
QString displayMessage = errorMessage.empty()
|
||||
? "Could not open the Odb file: \n" + m_geomechCase->caseFileName()
|
||||
? "Could not open the Odb file: \n" + m_geomechCase->gridFileName()
|
||||
: QString::fromStdString( errorMessage );
|
||||
|
||||
if ( RiaGuiApplication::isRunning() )
|
||||
|
||||
Reference in New Issue
Block a user