]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDir.cxx
Update ChangeLog
[gdcm.git] / src / gdcmDicomDir.cxx
index e5cc92d0d2260d147984c2bba2a8f6325387bb38..45839d9f766f322b9fc652f75e18bd981b8f8dc9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/12/07 17:28:50 $
-  Version:   $Revision: 1.89 $
+  Date:      $Date: 2004/12/16 13:46:36 $
+  Version:   $Revision: 1.90 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -169,8 +169,8 @@ void DicomDir::Print(std::ostream &os)
                                      cc != Patients.end();
                                    ++cc)
    {
-     (*cc)->SetPrintLevel( PrintLevel );
-     (*cc)->Print( os );
+     (*cc)->SetPrintLevel(PrintLevel);
+     (*cc)->Print(os);
    }
 }