X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.cxx;h=9c4a3cc882b68f8d1e40537ac4e135f4a851f57d;hb=74e3bc05fade5a18f193e7d1122c74756c0e689e;hp=3942ee83b06c4041ca1d9506fd761057545cb1f4;hpb=7f5f66f57c85e30920d807612d32a65800cb1df0;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.cxx b/src/gdcmDicomDirMeta.cxx index 3942ee83..9c4a3cc8 100644 --- a/src/gdcmDicomDirMeta.cxx +++ b/src/gdcmDicomDirMeta.cxx @@ -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; }