Use keywordsWithGivenResultValueCount to clarify what is done when asking for result keywords

p4#: 20274
This commit is contained in:
Magne Sjaastad
2013-01-29 08:17:45 +01:00
parent b610133117
commit 66a41c1ab9
5 changed files with 12 additions and 12 deletions

View File

@@ -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;