X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=bc0dddfd3dd246086632876d7c3db935d81b5aea;hb=4399e9fed374a2dcc7f1ab98ec7b5af5f7982aca;hp=77590de3758fb5c0fdc399f947a7d2c6a73e9b36;hpb=40b909789581894e57a0d8f22d6f1f91f55e7f84;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 77590de3..bc0dddfd 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2004/10/18 02:35:35 $ - Version: $Revision: 1.28 $ + Date: $Date: 2004/11/16 02:54:35 $ + Version: $Revision: 1.29 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -61,9 +61,7 @@ DictEntry::DictEntry(uint16_t group, uint16_t element, */ TagKey DictEntry::TranslateToKey(uint16_t group, uint16_t element) { - TagKey key = Util::Format("%04x|%04x", group , element); - - return key; + return Util::Format("%04x|%04x", group, element); } //-----------------------------------------------------------------------------