mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improved multi case initial reading
When creating a multi case group from multiple files, read grid from first file. The main grid from the first case is reused for the other cases. NOTE: Metadata and well information is not read for the other cases p4#: 20655
This commit is contained in:
@@ -1312,10 +1312,5 @@ void RIMainWindow::slotOpenMultipleCases()
|
||||
appendEGRIDFilesRecursively(fileName, gridFileNames);
|
||||
}
|
||||
|
||||
for (int i = 0; i < gridFileNames.size(); i++)
|
||||
{
|
||||
QString fileName = gridFileNames[i];
|
||||
|
||||
app->addEclipseCase(fileName);
|
||||
}
|
||||
app->addEclipseCases(gridFileNames);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user