mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use keywordsWithGivenResultValueCount to clarify what is done when asking for result keywords
p4#: 20274
This commit is contained in:
@@ -368,7 +368,7 @@ bool RifReaderEclipseOutput::buildMetaData(RigReservoir* reservoir)
|
||||
|
||||
// Get the names of the static results
|
||||
QStringList staticResults;
|
||||
initFile->keywordsOnFile(&staticResults, numActiveCells);
|
||||
initFile->keywordsWithGivenResultValueCount(&staticResults, numActiveCells);
|
||||
QStringList staticResultNames = staticResults;
|
||||
|
||||
QList<QDateTime> staticDate;
|
||||
|
||||
Reference in New Issue
Block a user