0025418: Debug output to be limited to OCC development environment
[occt.git] / src / ChFiKPart / ChFiKPart_ComputeData_Sphere.cxx
index 1fff298..ba92c96 100644 (file)
@@ -84,7 +84,7 @@ Standard_Boolean ChFiKPart_Sphere(TopOpeBRepDS_DataStructure& DStr,
                 pp.Z()-delta*di.Z());
     dz = gp_Dir(gp_Vec(p1,cen));
     if(Abs(ds1.Dot(dz)-1.)>ptol){
-#ifdef CHFIKPART_DEB
+#ifdef OCCT_DEBUG
       cout<<"center of the spherical corner not found"<<endl;
 #endif
       return Standard_False;