mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-03 20:57:39 -06:00
Append property filter to field instead of returned array
This commit is contained in:
parent
9995af07a1
commit
14db528c98
@ -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() );
|
||||
|
Loading…
Reference in New Issue
Block a user