X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.cxx;h=f5ffc7df456271af0a18a9bf08fadc5dea305f87;hb=6578460d701eb48ccdac0a8ca316360fc6dd3944;hp=ee7216641d0ae583c9742a2a6f49da76c793c88f;hpb=abd6bfcc2b10b5f7447d1758938d7c15c31240af;p=gdcm.git diff --git a/src/gdcmDebug.cxx b/src/gdcmDebug.cxx index ee721664..f5ffc7df 100644 --- a/src/gdcmDebug.cxx +++ b/src/gdcmDebug.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 19:20:38 $ - Version: $Revision: 1.15 $ + Date: $Date: 2005/01/10 17:17:52 $ + Version: $Revision: 1.16 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,7 @@ static int DebugFlag = 0; //----------------------------------------------------------------------------- /** * \brief Accessor - * @param level Set the debug level + * @param flag Set the debug flag */ void Debug::SetDebugFlag (int flag) { @@ -36,7 +36,7 @@ void Debug::SetDebugFlag (int flag) /** * \brief Accessor - * @param level Get the debug level + * @param level Get the debug flag */ int Debug::GetDebugFlag () {