mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merged in changes from maintenance branch
This commit is contained in:
@@ -1178,6 +1178,9 @@ bool RiaApplication::parseArguments()
|
||||
QString gridListFile = cvfqt::Utils::toQString(o.safeValue(0));
|
||||
std::vector<QString> gridFiles = readFileListFromTextFile(gridListFile);
|
||||
runMultiCaseSnapshots(projectFileName, gridFiles, "multiCaseSnapshots");
|
||||
|
||||
closeProject(false);
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -1262,6 +1265,8 @@ bool RiaApplication::parseArguments()
|
||||
saveSnapshotForAllViews("snapshots");
|
||||
|
||||
mainWnd->loadWinGeoAndDockToolBarLayout();
|
||||
|
||||
closeProject(false);
|
||||
}
|
||||
|
||||
// Returning false will exit the application
|
||||
|
||||
Reference in New Issue
Block a user