mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#928 Refactoring and simplification of code
This commit is contained in:
@@ -265,7 +265,7 @@ void RimEclipseInputCase::loadAndSyncronizeInputProperties()
|
||||
if (isExistingFile)
|
||||
{
|
||||
std::vector< RifKeywordAndFilePos > fileKeywords;
|
||||
RifEclipseInputFileTools::findKeywordsOnFile(filenames[i], fileKeywords);
|
||||
RifEclipseInputFileTools::findKeywordsOnFile(filenames[i], &fileKeywords);
|
||||
|
||||
for_all(fileKeywords, fkIt) fileKeywordSet.insert(fileKeywords[fkIt].keyword);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user