]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.cxx
tiny patch to make e-film readable some e-film breaker MR Philips images
[gdcm.git] / src / gdcmObject.cxx
index a91aec1f9c1c635f43bdd5998731b86eab087bf5..debbfdd543160e55b1f4bf5580c643134af5db5f 100644 (file)
@@ -112,7 +112,6 @@ std::string gdcmObject::GetEntryByName(TagName name)  {
          gdcmHeaderEntry *Entry;
          TagKey key = gdcmDictEntry::TranslateToKey(group, element);
          if ( ! ptagHT->count(key)) {
-          // we assume the element belongs to a Public Group (not a shadow one)
           // we assume a Public Dictionnary *is* loaded
            gdcmDict *PubDict         = gdcmGlobal::GetDicts()->GetDefaultPubDict();
            // if the invoqued (group,elem) doesn't exist inside the Dictionary