From: Paul RASCLE Date: Tue, 23 Jul 2019 11:26:58 +0000 (+0200) Subject: disable debug trace on CGNS X-Git-Tag: V9_4_0a1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=0baa22d65a5c955d2547b0c4edcb30070074069b disable debug trace on CGNS --- diff --git a/src/Driver/Driver_Mesh.cxx b/src/Driver/Driver_Mesh.cxx index fe716dab0..4c0436d1d 100644 --- a/src/Driver/Driver_Mesh.cxx +++ b/src/Driver/Driver_Mesh.cxx @@ -28,7 +28,7 @@ #include "SMESH_Comment.hxx" -#define _DEBUG_ +//#define _DEBUG_ #include using namespace std; diff --git a/src/DriverCGNS/DriverCGNS_Read.cxx b/src/DriverCGNS/DriverCGNS_Read.cxx index 3db2ad821..48b1a3a28 100644 --- a/src/DriverCGNS/DriverCGNS_Read.cxx +++ b/src/DriverCGNS/DriverCGNS_Read.cxx @@ -22,7 +22,7 @@ // File : DriverCGNS_Read.cxx // Created : Thu Jun 30 10:33:31 2011 // Author : Edward AGAPOV (eap) -#define _DEBUG_ +//#define _DEBUG_ #include #include "DriverCGNS_Read.hxx"