mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#339) Added RicCreateGridCaseGroupFeature
This commit is contained in:
@@ -1756,14 +1756,10 @@ void RiuMainWindow::hideAllDockWindows()
|
||||
void RiuMainWindow::slotOpenMultipleCases()
|
||||
{
|
||||
#if 1
|
||||
RiaApplication* app = RiaApplication::instance();
|
||||
RiuMultiCaseImportDialog dialog;
|
||||
int action = dialog.exec();
|
||||
if (action == QDialog::Accepted)
|
||||
{
|
||||
QStringList gridFileNames = dialog.eclipseCaseFileNames();
|
||||
app->addEclipseCases(gridFileNames);
|
||||
}
|
||||
QAction* action = caf::CmdFeatureManager::instance()->action("RicCreateGridCaseGroupFeature");
|
||||
CVF_ASSERT(action);
|
||||
|
||||
action->trigger();
|
||||
|
||||
#else // Code to fast generate a test project
|
||||
RiaApplication* app = RiaApplication::instance();
|
||||
|
||||
Reference in New Issue
Block a user