X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=886dd48912aa37898cb6854c3471e91d4ffe4d53;hb=bd217557a398371d5d0a27c5aa6e09e47eb65652;hp=7baa9d1dfbcb18f9cc09a3a2bc0fcf0668682caa;hpb=70b9dde9da207191fa6d799fdf03c2aff7941273;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 7baa9d1d..886dd489 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 16:26:12 $ - Version: $Revision: 1.34 $ + Date: $Date: 2005/01/10 17:17:52 $ + Version: $Revision: 1.38 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -78,8 +78,7 @@ void DictEntry::SetVR(TagName const &vr) } else { - Debug::Error(true, "DictEntry::SetVR", - "Overwriting VR might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VR might compromise a dictionary"); } } @@ -87,7 +86,7 @@ void DictEntry::SetVR(TagName const &vr) /** * \brief If-and only if-the V(alue) M(ultiplicity) * \ is unset then overwrite it. - * @param vr New V(alue) M(ultiplicity) to be set. + * @param vm New V(alue) M(ultiplicity) to be set. */ void DictEntry::SetVM(TagName const &vm) { @@ -97,8 +96,7 @@ void DictEntry::SetVM(TagName const &vm) } else { - dbg.Error(true, "DictEntry::SetVM", - "Overwriting VM might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VM might compromise a dictionary"); } } //-----------------------------------------------------------------------------