1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026341: Uninitialized field in ShapeFix_Face

Parameter RemoveSmallAreaFaceMode in ShapeFix_Face is properly initialized; some other minor corrections
This commit is contained in:
abv
2015-07-02 14:33:54 +03:00
committed by bugmaster
parent 59e349919f
commit 9d1b116ff0
4 changed files with 9 additions and 7 deletions

View File

@@ -166,6 +166,7 @@ void ShapeFix_Face::ClearModes()
myFixAddNaturalBoundMode = -1;
myFixMissingSeamMode = -1;
myFixSmallAreaWireMode = -1;
myRemoveSmallAreaFaceMode = -1;
myFixIntersectingWiresMode = -1;
myFixLoopWiresMode = -1;
myFixSplitFaceMode = -1;