From 3a025a1597f2a8774bc65ff53ce50d83f32dba88 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 1 Jul 2010 11:13:09 +0000 Subject: [PATCH] Comment out spurious code (avctually : remove previous patch) Thx, Mathieu --- src/gdcmDocument.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 7bcaef86..5aa5a850 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2010/06/24 04:34:20 $ - Version: $Revision: 1.383 $ + Date: $Date: 2010/07/01 11:13:09 $ + Version: $Revision: 1.384 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -2253,9 +2253,9 @@ DocEntry *Document::ReadNextDocEntry() HandleBrokenEndian(CurrentGroup, CurrentElem); } - //VRKey vr = FindDocEntryVR(); - //VRKey realVR = vr; - + VRKey vr = FindDocEntryVR(); + VRKey realVR = vr; + /* std::string vr, realVR; if (group == 0xfffe && (elem == 0xe000 || elem == 0xe00d || elem == 0xe0dd)) { @@ -2282,7 +2282,7 @@ DocEntry *Document::ReadNextDocEntry() { realVR = "UL"; } - +*/ // Was commented out in order not to generate 'Shadow Groups' where some // Data Elements are Explicit VR and some other ones Implicit VR // -> Better we fix the problem at Write time -- 2.45.0