1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0022935: Bug: BRepFill_Sweep.cxx line 572

This commit is contained in:
AMA 2012-02-17 12:00:05 +00:00 committed by bugmaster
parent ec6a1aa771
commit c0695321c3

View File

@ -568,11 +568,8 @@ static void BuildFace(const Handle(Geom_Surface)& S,
WW = B.Wire(); WW = B.Wire();
#if DRAW #if DRAW
if (Affich) { if (Affich)
char* name; DBRep::Set("wire-on-face", WW);
sprintf(name,"wire-on-face");
DBRep::Set(name, WW);
}
#endif #endif
// Construction of the face. // Construction of the face.