mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Use keywordsWithGivenResultValueCount to clarify what is done when asking for result keywords
p4#: 20274
This commit is contained in:
@@ -131,7 +131,7 @@ QStringList RifEclipseRestartFilesetAccess::resultNames()
|
||||
|
||||
// Get the results found on the first file
|
||||
QStringList resultsList;
|
||||
m_files[0]->keywordsOnFile(&resultsList, m_numActiveCells, 1);
|
||||
m_files[0]->keywordsWithGivenResultValueCount(&resultsList, m_numActiveCells, 1);
|
||||
|
||||
return resultsList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user