0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / GeomFill / GeomFill_ConstrainedFilling.cxx
index a74b8a1..ba7b1ef 100644 (file)
@@ -217,7 +217,7 @@ static void coonscnd(const Standard_Integer     nb,
        if(scal1 > tolang) {
          Standard_Real killfactor = tolang/scal1;
          stat[i].DoKill(killfactor);
-#ifdef DEB
+#ifdef GEOMFILL_DEB
          cout<<"pb coons cnd coin : "<<i<<" fact = "<<killfactor<<endl; 
 #endif
        }
@@ -561,23 +561,23 @@ void GeomFill_ConstrainedFilling::Build()
       }
       nbd3 += ctr[ii];
     }
-#ifdef DEB
+#ifdef GEOMFILL_DEB
     appclock.Start();
 #endif
     if(nbd3) PerformApprox();
-#ifdef DEB
+#ifdef GEOMFILL_DEB
     appclock.Stop();
 #endif
   }
   appdone = Standard_True;
-#ifdef DEB
+#ifdef GEOMFILL_DEB
   cstclock.Start();
 #endif
   MatchKnots();
   PerformS0();
   PerformS1();
   PerformSurface();
-#ifdef DEB
+#ifdef GEOMFILL_DEB
   cstclock.Stop();
   totclock.Stop();
   Standard_Real tottime, apptime, partime, csttime;