0025418: Debug output to be limited to OCC development environment
[occt.git] / src / FEmTool / FEmTool_Assembly.cxx
index d7ea54e..fa6033d 100644 (file)
@@ -200,7 +200,7 @@ Standard_Boolean FEmTool_Assembly::Solve()
 {
   IsSolved = H->Decompose();
 
-#if FEMTOOL_DEB
+#ifdef OCCT_DEBUG
   if (!IsSolved) {
     cout << "Solve Echec  H = " << endl;
     H->OutM();