mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed obsolete ifdefs
This commit is contained in:
parent
355cef2ea4
commit
7d075999af
@ -89,7 +89,6 @@ void RivFemElmVisibilityCalculator::computePropertyVisibility(cvf::UByteArray* c
|
|||||||
const cvf::UByteArray* rangeFilterVisibility,
|
const cvf::UByteArray* rangeFilterVisibility,
|
||||||
RimGeoMechPropertyFilterCollection* propFilterColl)
|
RimGeoMechPropertyFilterCollection* propFilterColl)
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
CVF_ASSERT(cellVisibility != NULL);
|
CVF_ASSERT(cellVisibility != NULL);
|
||||||
CVF_ASSERT(rangeFilterVisibility != NULL);
|
CVF_ASSERT(rangeFilterVisibility != NULL);
|
||||||
CVF_ASSERT(propFilterColl != NULL);
|
CVF_ASSERT(propFilterColl != NULL);
|
||||||
@ -165,6 +164,5 @@ void RivFemElmVisibilityCalculator::computePropertyVisibility(cvf::UByteArray* c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user