0025418: Debug output to be limited to OCC development environment
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_ShapeShapeInterference.cxx
index 3b25ea9..b819525 100644 (file)
@@ -71,7 +71,7 @@ void TopOpeBRepDS_ShapeShapeInterference::SetGBound(const Standard_Boolean b)
 Standard_OStream& TopOpeBRepDS_ShapeShapeInterference::Dump
   (Standard_OStream& OS) const
 {
-#ifdef DEB
+#ifdef OCCT_DEBUG
   OS<<"("; TopOpeBRepDS::Print(myC,OS); OS<<")"<<" ";
   if (myGBound) OS<<"(Gb 1) ";
   else          OS<<"(Gb 0) ";