mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Append property filter to field instead of returned array
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user