mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3467 Improved code using RimWellPathComponentInterface
This commit is contained in:
@@ -390,7 +390,7 @@ void RimEclipsePropertyFilter::computeResultValueRange()
|
||||
else if (resultDefinition->resultVariable() == RiaDefines::completionTypeResultName())
|
||||
{
|
||||
std::vector<QString> ctNames;
|
||||
for (const QString& ctName : caf::AppEnum<RiaDefines::CompletionType>::uiTexts())
|
||||
for (const QString& ctName : caf::AppEnum<RiaDefines::WellPathComponentType>::uiTexts())
|
||||
{
|
||||
ctNames.push_back(ctName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user