0025418: Debug output to be limited to OCC development environment
[occt.git] / src / ChFiKPart / ChFiKPart_ComputeData_FilPlnCyl.cxx
index 97ca8fe..6da839a 100644 (file)
@@ -85,7 +85,7 @@ Standard_Boolean ChFiKPart_MakeFillet(TopOpeBRepDS_DataStructure& DStr,
     ROff-=Radius;
   }
   else {
-#ifdef CHFIKPART_DEB
+#ifdef OCCT_DEBUG
     cout<<"the fillet does not pass"<<endl; 
 #endif
     return Standard_False;
@@ -293,7 +293,7 @@ Standard_Boolean ChFiKPart_MakeFillet(TopOpeBRepDS_DataStructure& DStr,
     Rad = cylrad - Radius;
     if(Abs(Rad) <= Precision::Confusion()){ c1sphere = Standard_True; }
     else if(Rad < 0){ 
-#ifdef CHFIKPART_DEB
+#ifdef OCCT_DEBUG
       cout<<"the fillet can't pass"<<endl; 
 #endif
       return Standard_False;