0025418: Debug output to be limited to OCC development environment
[occt.git] / src / HLRTopoBRep / HLRTopoBRep_FaceIsoLiner.cxx
index c499c60..ec49239 100644 (file)
@@ -188,7 +188,7 @@ void HLRTopoBRep_FaceIsoLiner::Perform (const Standard_Integer FI,
       if (Hatcher.TrimDone (IndH) && !Hatcher.TrimFailed (IndH))
        Hatcher.ComputeDomains (IndH);
       if (!Hatcher.IsDone (IndH)) {
-#ifdef HLRTOBREP_DEB
+#ifdef OCCT_DEBUG
         cout << "HLRTopoBRep::MakeIsoLines : Face " << FI << endl;
        cout << "U iso of parameter: " << UPrm;
        switch (Hatcher.Status (IndH)) {
@@ -281,7 +281,7 @@ void HLRTopoBRep_FaceIsoLiner::Perform (const Standard_Integer FI,
       if (Hatcher.TrimDone (IndH) && !Hatcher.TrimFailed (IndH))
        Hatcher.ComputeDomains (IndH);
       if (!Hatcher.IsDone (IndH)) {
-#ifdef HLRTOBREP_DEB
+#ifdef OCCT_DEBUG
        cout << "HLRTopoBRep::MakeIsoLines : Face " << FI << endl;
        cout << "V iso of parameter: " << VPrm;
        switch (Hatcher.Status (IndH)) {