0025418: Debug output to be limited to OCC development environment
[occt.git] / src / IntStart / IntStart_SearchOnBoundaries.gxx
index 43c131a..d6b6c26 100644 (file)
@@ -589,7 +589,7 @@ void PointProcess (const gp_Pnt& Pt,
     vtx = Domain->Vertex();
     dist= Abs(Para-TheSOBTool::Parameter(vtx,A));
     toler = TheSOBTool::Tolerance(vtx,A);
-#ifdef DEB
+#ifdef OCCT_DEBUG
     if(toler>0.1) { 
       cout<<"IntStart_SearchOnBoundaries_1.gxx  : ** WARNING ** Tol Vertex="<<toler<<endl;
       cout<<"                                     Ou Edge degenere Ou Kro pointu"<<endl;