mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-05 21:53:27 -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();
|
RimEclipsePropertyFilter* propertyFilter = new RimEclipsePropertyFilter();
|
||||||
propertyFilterCollection->propertyFilters().push_back( propertyFilter );
|
propertyFilterCollection->propertyFiltersField().push_back( propertyFilter );
|
||||||
|
|
||||||
propertyFilter->resultDefinition()->setEclipseCase( viewToModify->eclipseCase() );
|
propertyFilter->resultDefinition()->setEclipseCase( viewToModify->eclipseCase() );
|
||||||
propertyFilter->resultDefinition()->setTofAndSelectTracer( selectedWell->name() );
|
propertyFilter->resultDefinition()->setTofAndSelectTracer( selectedWell->name() );
|
||||||
|
Loading…
Reference in New Issue
Block a user