0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / ShapeFix / ShapeFix_Wire_1.cxx
index ff734aa..d618fe0 100644 (file)
@@ -360,7 +360,7 @@ static Standard_Real AdjustOnPeriodic3d (const Handle(Geom_Curve)& c,
        }
        catch (Standard_Failure) 
         {
-#ifdef DEB 
+#ifdef SHAPEFIX_DEB
          cout << "Warning: ShapeFix_Wire_1::FixGap3d: Exception in TrimmedCurve" <<first<<" " <<last<<endl;
          Standard_Failure::Caught()->Print(cout); cout << endl; 
 #endif  
@@ -635,7 +635,7 @@ static Standard_Real AdjustOnPeriodic3d (const Handle(Geom_Curve)& c,
       }
       catch (Standard_Failure) 
       {
-#ifdef DEB       
+#ifdef SHAPEFIX_DEB
        cout << "Warning: ShapeFix_Wire_1::FixGap3d: Exception in TrimmedCurve      :"<<endl;
        Standard_Failure::Caught()->Print(cout); cout << endl;
 #endif
@@ -943,7 +943,7 @@ static Standard_Real AdjustOnPeriodic2d (const Handle(Geom2d_Curve)& pc,
        }
        catch (Standard_Failure) 
         {
-#ifdef DEB
+#ifdef SHAPEFIX_DEB
          cout << "Warning: ShapeFix_Wire_1::FixGap2d: Exception in TrimmedCurve2d" <<first<<" " <<last<<endl;
          Standard_Failure::Caught()->Print(cout); cout << endl; 
 #endif  
@@ -1523,7 +1523,7 @@ static Standard_Real AdjustOnPeriodic2d (const Handle(Geom2d_Curve)& pc,
       catch (Standard_Failure) 
       {
        
-#ifdef DEB             
+#ifdef SHAPEFIX_DEB
        cout << "Warning: ShapeFix_Wire_1::FixGap2d: Exception in TrimmedCurve2d  :"<<endl;
        Standard_Failure::Caught()->Print(cout); cout << endl;
 #endif