0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / BRepBlend / BRepBlend_SurfRstConstRad.cxx
index 20cc541..6ff40cc 100644 (file)
@@ -910,7 +910,7 @@ Standard_Boolean BRepBlend_SurfRstConstRad::Section
   norm = ncrossns.Magnitude();
   if (norm < Eps)  {
     norm = 1; // Not enough, but it is not necessary to stop
-#if DEB
+#if BREPBLEND_DEB
     cout << " SurfRstConstRad : Singular Surface " << endl;
 #endif
   }