X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.cxx;h=3119dfa745f6cfa8e752a96a37f51ae5cca004f7;hb=HEAD;hp=2c7cf7c4d4fefabe7b8dcd8729bcf8958725e61b;hpb=16a07c876163e3c993e41db77e9181789b7324b8;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Utilities.cxx b/src/MEDWrapper/MED_Utilities.cxx index 2c7cf7c4d..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; // todo: 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(...)- "<