mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1855 Flooded PV. Show only tracers having a name ending with 'F'
This commit is contained in:
parent
bb9f1aea47
commit
3624b416fe
@ -560,13 +560,7 @@ QList<caf::PdmOptionItemInfo> RimEclipseResultDefinition::calculateValueOptions(
|
||||
|
||||
for (const QString& resultName : dynamicResultNames)
|
||||
{
|
||||
if (resultName == "SOIL" ||
|
||||
resultName == "SWAT" ||
|
||||
resultName == "SGAS" ||
|
||||
resultName == "PRESSURE" ||
|
||||
resultName.startsWith("FLRWAT") ||
|
||||
resultName.startsWith("FLROIL") ||
|
||||
resultName.startsWith("FLRGAS") ||
|
||||
if (!resultName.endsWith("F") ||
|
||||
resultName == RiaDefines::completionTypeResultName())
|
||||
{
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user