]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Output message only if SALOME_VERBOSE is set cbr/new_mg_license_215
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 7 Mar 2023 14:15:36 +0000 (15:15 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 7 Mar 2023 14:15:36 +0000 (15:15 +0100)
src/GHS3DPlugin/MG_Tetra_API.cxx

index 3e345b96eb0815e3cb3818531e7a2ff6cb021111..7e01ab8d96747850d3b269a1291be1cfcbaa77a4 100644 (file)
@@ -663,7 +663,7 @@ bool MG_Tetra_API::LibData::Compute()
     return false;
     }
   else
-    std::cout << "SPATIAL_LICENSE unlock Tetra: " << ret << std::endl;
+    MESSAGE("SPATIAL_LICENSE unlock Tetra: " << ret);
 #endif
 
   if ( _tetraNodes.empty() )