From 14db528c98bca294e711a48c2915531d88994457 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 29 Nov 2022 13:46:29 +0100 Subject: [PATCH] Append property filter to field instead of returned array --- .../FlowCommands/RicShowContributingWellsFeatureImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/Commands/FlowCommands/RicShowContributingWellsFeatureImpl.cpp b/ApplicationLibCode/Commands/FlowCommands/RicShowContributingWellsFeatureImpl.cpp index 9624010233..7055145706 100644 --- a/ApplicationLibCode/Commands/FlowCommands/RicShowContributingWellsFeatureImpl.cpp +++ b/ApplicationLibCode/Commands/FlowCommands/RicShowContributingWellsFeatureImpl.cpp @@ -157,7 +157,7 @@ void RicShowContributingWellsFeatureImpl::modifyViewToShowContributingWells( Rim } RimEclipsePropertyFilter* propertyFilter = new RimEclipsePropertyFilter(); - propertyFilterCollection->propertyFilters().push_back( propertyFilter ); + propertyFilterCollection->propertyFiltersField().push_back( propertyFilter ); propertyFilter->resultDefinition()->setEclipseCase( viewToModify->eclipseCase() ); propertyFilter->resultDefinition()->setTofAndSelectTracer( selectedWell->name() );