mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support both AND and OR operations when combining range and index filters (#11275)
Support both AND and OR operations when combining range and index filters
This commit is contained in:
@@ -161,7 +161,8 @@ cvf::ref<cvf::UByteArray> RimGeoMechContourMapProjection::getCellVisibility() co
|
||||
cellRangeFilter,
|
||||
&indexIncludeVis,
|
||||
&indexExcludeVis,
|
||||
view()->cellFilterCollection()->hasActiveIncludeIndexFilters() );
|
||||
view()->cellFilterCollection()->hasActiveIncludeIndexFilters(),
|
||||
view()->cellFilterCollection()->useAndOperation() );
|
||||
}
|
||||
if ( view()->propertyFilterCollection()->isActive() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user