0025418: Debug output to be limited to OCC development environment
[occt.git] / src / RWStepShape / RWStepShape_RWFaceBound.cxx
index 9802200..720abac 100644 (file)
@@ -124,7 +124,7 @@ void RWStepShape_RWFaceBound::Check
        
        Standard_Boolean sharOE2 = aShto.IsShared(theOE2);
        if(!sharOE2){
-#ifdef RWSTEPSHAPE_DEB
+#ifdef OCCT_DEBUG
          cout << "OrientedEdge2 not shared" <<endl;
 #endif
        }
@@ -136,7 +136,7 @@ void RWStepShape_RWFaceBound::Check
            Handle(StepShape_EdgeLoop)::DownCast(myShRef.Value());
          Standard_Boolean sharEL2 = aShto.IsShared(theEL2);
          if(!sharEL2){
-#ifdef RWSTEPSHAPE_DEB
+#ifdef OCCT_DEBUG
            cout << "EdgeLoop2 not shared" <<endl;
 #endif
          }
@@ -150,7 +150,7 @@ void RWStepShape_RWFaceBound::Check
              theFBOri2 = theFB2->Orientation();
            }
            else {
-#ifdef RWSTEPSHAPE_DEB
+#ifdef OCCT_DEBUG
              cout << "EdgeLoop not referenced by FaceBound" << endl;
 #endif
            }
@@ -173,7 +173,7 @@ void RWStepShape_RWFaceBound::Check
     } //end for(i=1; i<=nbEdg; ...)
   } //end if(!theEL1.IsNull)
   else {
-#ifdef RWSTEPSHAPE_DEB
+#ifdef OCCT_DEBUG
     cout << "no EdgeLoop in FaceBound" << endl;
 #endif
   }