]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.cxx
Swap64 deals with double (VR=FD)
[gdcm.git] / src / gdcmDicomDirMeta.cxx
index ec3d35b4d4ca69c3dcc1af5f9c7d371f2f8bd535..f680555bab053720057dae4041a559970b82d3de 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/01 10:29:55 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2005/06/24 10:55:58 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,7 +31,7 @@ namespace gdcm
 DicomDirMeta::DicomDirMeta(bool empty):
    DicomDirObject()
 {
-   if( !empty )
+   if ( !empty )
    {
       ListDicomDirStudyElem const &elemList = 
          Global::GetDicomDirElements()->GetDicomDirMetaElements();