From: skv Date: Mon, 6 Apr 2015 14:26:27 +0000 (+0300) Subject: Remove some comments X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00dd8bd5147a5fe9b973c6685b20009d87d532cd;p=modules%2Fgeom.git Remove some comments --- diff --git a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx index c8a8dbb0f..4768d35f1 100644 --- a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx @@ -297,15 +297,6 @@ static bool FillCorrespondingEdges(const TopoDS_Shape& FS1, BuildPipeShell(aBuilder); TopoDS_Shape aShape = aBuilder.Shape(); - /* - TopoDS_Compound C; - BRep_Builder B; - B.MakeCompound(C); - B.Add(C,aShape); - B.Add(C,FS1); - B.Add(C,FS2); - BRepTools::Write(C,"/dn02/users_Linux/skl/work/Bugs/14857/comp.brep"); - */ ShapeAnalysis_Edge sae; double tol = Max(BRep_Tool::Tolerance(TopoDS::Face(FS1)), BRep_Tool::Tolerance(TopoDS::Face(FS2))); @@ -2170,8 +2161,6 @@ static TopoDS_Shape CreatePipeShellsWithoutPath(GEOMImpl_IPipe* aCI) B.Add(W,E2); B.Add(W,E3); B.Add(W,E4.Reversed()); - //cout<<" wire for edge "<Degree()<3) CE4->IncreaseDegree(3); - //cout<<"CE1->Degree()="<Degree()<<" CE2->Degree()="<Degree() - // <<" CE3->Degree()="<Degree()<<" CE4->Degree()="<Degree()<Perform(); MESSAGE (" shell for face "<SewedShape(); - //BRepTools::Write(aSewShape,"/dn02/users_Linux/skl/work/Bugs/14857/sew.brep"); if (aSewShape.ShapeType() == TopAbs_SHELL) { aShell = TopoDS::Shell(aSewShape); GProp_GProps aSystem;