X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=b74c9fdb5db21639ef0e1384038a69202f6e1d46;hb=2f88e766a552cc0d0a6bf009bc26dea6a872c148;hp=f208f3e9512a966af158d5636f0cc42596c1478c;hpb=abd6bfcc2b10b5f7447d1758938d7c15c31240af;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index f208f3e9..b74c9fdb 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 19:20:38 $ - Version: $Revision: 1.36 $ + Date: $Date: 2005/01/07 22:06:47 $ + Version: $Revision: 1.37 $ 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 { - gdcmErrorMacro("DictEntry::SetVR" - "Overwriting VR might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VR might compromise a dictionary"); } } @@ -97,8 +96,7 @@ void DictEntry::SetVM(TagName const &vm) } else { - gdcmErrorMacro( "DictEntry::SetVM" - "Overwriting VM might compromise a dictionary"); + gdcmErrorMacro( "Overwriting VM might compromise a dictionary"); } } //-----------------------------------------------------------------------------