disable debug trace on CGNS

This commit is contained in:
Paul RASCLE 2019-07-23 13:26:58 +02:00
parent 9eb8f2ba00
commit 0baa22d65a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include "SMESH_Comment.hxx" #include "SMESH_Comment.hxx"
#define _DEBUG_ //#define _DEBUG_
#include <utilities.h> #include <utilities.h>
using namespace std; using namespace std;

View File

@ -22,7 +22,7 @@
// File : DriverCGNS_Read.cxx // File : DriverCGNS_Read.cxx
// Created : Thu Jun 30 10:33:31 2011 // Created : Thu Jun 30 10:33:31 2011
// Author : Edward AGAPOV (eap) // Author : Edward AGAPOV (eap)
#define _DEBUG_ //#define _DEBUG_
#include <utilities.h> #include <utilities.h>
#include "DriverCGNS_Read.hxx" #include "DriverCGNS_Read.hxx"