mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2362 Grdecl: Read input file only once
This commit is contained in:
@@ -249,9 +249,9 @@ void RimEclipseInputCase::loadAndSyncronizeInputProperties()
|
||||
// Then read the properties from all the files referenced by the InputReservoir
|
||||
|
||||
std::vector<QString> filenames;
|
||||
for (const RimEclipseInputProperty* inputProperty : m_inputPropertyCollection()->inputProperties())
|
||||
for (const QString& fileName : additionalFiles())
|
||||
{
|
||||
filenames.push_back(inputProperty->fileName);
|
||||
filenames.push_back(fileName);
|
||||
}
|
||||
filenames.push_back(m_gridFileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user