]> Creatis software - gdcm.git/blobdiff - src/gdcmDocument.cxx
* src/gdcmHeader.cxx : change the initialisation of default header.
[gdcm.git] / src / gdcmDocument.cxx
index 62d542d2ecb414ab3b015dd0d410e91fe465d18a..e5e627e436fe4b9390379491fc5f5c4a84e05339 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/12/07 13:39:33 $
-  Version:   $Revision: 1.149 $
+  Date:      $Date: 2004/12/10 13:49:07 $
+  Version:   $Revision: 1.150 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -2639,7 +2639,6 @@ void Document::HandleBrokenEndian(uint16_t group, uint16_t elem)
      reversedEndian--;
      SwitchSwapToBigEndian();
    }
-
 }
 
 /**