]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.cxx
Doxygenation
[gdcm.git] / src / gdcmDicomDirMeta.cxx
index 3942ee83b06c4041ca1d9506fd761057545cb1f4..9c4a3cc882b68f8d1e40537ac4e135f4a851f57d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/12/06 11:37:38 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2004/12/16 13:46:37 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -56,6 +56,7 @@ void DicomDirMeta::Print(std::ostream& os)
         i != DocEntries.end();
         ++i)
    {
+      (*i)->SetPrintLevel(PrintLevel);
       (*i)->Print();
       os << std::endl;
    }