X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.cxx;h=3119dfa745f6cfa8e752a96a37f51ae5cca004f7;hb=HEAD;hp=365d7709156441d65d1ce86798c95eb1a9597ed6;hpb=96b56d1ee6cac6144b4cb376187ec7c21be4ae51;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Utilities.cxx b/src/MEDWrapper/MED_Utilities.cxx index 365d77091..3119dfa74 100644 --- a/src/MEDWrapper/MED_Utilities.cxx +++ b/src/MEDWrapper/MED_Utilities.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -23,12 +23,6 @@ #include "MED_Utilities.hxx" #include "MED_Common.hxx" -#ifdef _DEBUG_ -static int MYDEBUG = 0; -#else -//static int MYDEBUG = 0; // unused in release mode -#endif - int MED::PrefixPrinter::myCounter = 0; MED::PrefixPrinter::PrefixPrinter(bool theIsActive): @@ -36,7 +30,8 @@ MED::PrefixPrinter::PrefixPrinter(bool theIsActive): { if(myIsActive) myCounter++; - MSG(MYDEBUG,"MED::PrefixPrinter::PrefixPrinter(...)- "<