Skip to content
Snippets Groups Projects
Commit 845ab7dd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing clear() of _toPreserve after boolean op

parent 3be81f56
No related branches found
No related tags found
No related merge requests found
...@@ -2287,6 +2287,7 @@ bool OCC_Internals::booleanOperator(int tag, BooleanOperator op, ...@@ -2287,6 +2287,7 @@ bool OCC_Internals::booleanOperator(int tag, BooleanOperator op,
// bind all remaining entities and add the new ones to the returned list // bind all remaining entities and add the new ones to the returned list
_multiBind(result, -1, outDimTags, false, true, true); _multiBind(result, -1, outDimTags, false, true, true);
_filterTags(outDimTags, minDim); _filterTags(outDimTags, minDim);
_toPreserve.clear();
} }
// return input/output correspondance maps // return input/output correspondance maps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment