X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FPrintDicomDir.cxx;h=8f6e250915d7a498b807751d4c5d00ee1597ca45;hb=404c8b83212e675c77458f9cf2c3cfb851c7eee2;hp=5eda61450c910441ceec9151250e1add063c4dc6;hpb=aaeee7164728ec0749a525f0c74274865712ec37;p=gdcm.git diff --git a/Example/PrintDicomDir.cxx b/Example/PrintDicomDir.cxx index 5eda6145..8f6e2509 100644 --- a/Example/PrintDicomDir.cxx +++ b/Example/PrintDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/01/24 16:10:49 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/02/01 10:34:59 $ + 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 @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) } if (argc > 3) - gdcm::Debug::SetDebugOn(); + gdcm::Debug::DebugOn(); e1 = new gdcm::DicomDir( fileName );