add test for ellipsoid, check for special case of ellipsoid/prism

This commit is contained in:
Axel Kohlmeyer
2022-05-03 11:02:01 -04:00
parent bd5858019e
commit 257a070666
2 changed files with 44 additions and 5 deletions

View File

@ -117,7 +117,7 @@ void RegIntersect::init()
{
Region::init();
// re-build list of sub-regions in case other regions were deleted
// re-build list of sub-regions in case regions were changed
// error if a sub-region was deleted
for (int ilist = 0; ilist < nregion; ilist++) {