]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.cxx
* Error message amelioration
[gdcm.git] / src / gdcmDicomDirPatient.cxx
index 58ad12948bda5b2903f58b108198510d1f1256df..7c2b598de7dd780f5c52932c5630005cad4b7197 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/02 10:02:16 $
-  Version:   $Revision: 1.37 $
+  Date:      $Date: 2005/06/24 10:55:58 $
+  Version:   $Revision: 1.38 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -34,7 +34,7 @@ namespace gdcm
 DicomDirPatient::DicomDirPatient(bool empty)
                 :DicomDirObject()
 {
-   if( !empty )
+   if ( !empty )
    {
       ListDicomDirStudyElem const &elemList = 
          Global::GetDicomDirElements()->GetDicomDirPatientElements();