1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +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();
#if DRAW
if (Affich) {
char* name;
sprintf(name,"wire-on-face");
DBRep::Set(name, WW);
}
if (Affich)
DBRep::Set("wire-on-face", WW);
#endif
// Construction of the face.