From 8670efa6c3fc51c51fe71c2f62af2297a19b07e2 Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 1 Feb 2005 10:34:59 +0000 Subject: [PATCH] * FIX : last commit errors... sorry --- Example/PrintDicomDir.cxx | 6 +++--- Example/PrintFile.cxx | 6 +++--- Example/PrintHeader.cxx | 6 +++--- Example/TestFromScratch.cxx | 6 +++--- Example/TestPapyrus.cxx | 6 +++--- src/gdcmDicomDir.cxx | 7 +++---- 6 files changed, 18 insertions(+), 19 deletions(-) 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 ); diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index c7e882c6..45b1f89c 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintFile.cxx,v $ Language: C++ - Date: $Date: 2005/01/24 16:10:49 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/02/01 10:34:59 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,7 +43,7 @@ int main(int argc, char* argv[]) } if (argc > 3) - gdcm::Debug::SetDebugOn(); + gdcm::Debug::DebugOn(); e1 = new gdcm::File( fileName.c_str() ); f1 = new gdcm::FileHelper(e1); diff --git a/Example/PrintHeader.cxx b/Example/PrintHeader.cxx index bab02d2c..eb64a3ff 100644 --- a/Example/PrintHeader.cxx +++ b/Example/PrintHeader.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintHeader.cxx,v $ Language: C++ - Date: $Date: 2005/01/24 16:10:49 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/02/01 10:34:59 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) } if (argc > 3) - gdcm::Debug::SetDebugOn(); + gdcm::Debug::DebugOn(); gdcm::File *e1 = new gdcm::File( fileName.c_str() ); diff --git a/Example/TestFromScratch.cxx b/Example/TestFromScratch.cxx index d47f638d..7f23231c 100644 --- a/Example/TestFromScratch.cxx +++ b/Example/TestFromScratch.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestFromScratch.cxx,v $ Language: C++ - Date: $Date: 2005/01/25 15:44:22 $ - Version: $Revision: 1.14 $ + Date: $Date: 2005/02/01 10:34:59 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) } // Doesn't seems to do anything: - gdcm::Debug::SetDebugOn(); + gdcm::Debug::DebugOn(); // Doesn't link properly: //gdcm::Debug::GetReference().SetDebug(1); diff --git a/Example/TestPapyrus.cxx b/Example/TestPapyrus.cxx index 39b2efb6..b64b6e52 100644 --- a/Example/TestPapyrus.cxx +++ b/Example/TestPapyrus.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestPapyrus.cxx,v $ Language: C++ - Date: $Date: 2005/01/26 15:40:18 $ - Version: $Revision: 1.11 $ + Date: $Date: 2005/02/01 10:34:59 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -81,7 +81,7 @@ int main(int argc, char* argv[]) std::string output = argv[2]; if (argc > 3) - gdcm::Debug::SetDebugOn(); + gdcm::Debug::DebugOn(); if( FileExists( output.c_str() ) ) { diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 6894e088..34f7025c 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/02/01 10:29:54 $ - Version: $Revision: 1.123 $ + Date: $Date: 2005/02/01 10:34:59 $ + Version: $Revision: 1.124 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -960,8 +960,6 @@ bool DicomDir::HeaderLessThan(Document *header1, Document *header2) return *header1 < *header2; } -} // end namespace gdcm - //----------------------------------------------------------------------------- // Print /** @@ -986,3 +984,4 @@ void DicomDir::Print(std::ostream &os, std::string const & ) } //----------------------------------------------------------------------------- +} // end namespace gdcm -- 2.48.1