From: jpr Date: Wed, 9 Mar 2005 19:16:33 +0000 (+0000) Subject: Typo, comments X-Git-Tag: Version1.2.bp~828 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8e834ad16229e2a3f98bd4cbfb9d5590bf68f47f;p=gdcm.git Typo, comments --- diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 87aeb09b..22ff98f0 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -10,7 +10,7 @@ SET(EXAMPLE_SOURCES exReadPapyrus exReadWriteFile exAnonymize - exAnonymizeNoLoad + exAnonymizeNoLoad # without loading the Pixel Data exColorToRGB exGC exImageLighten @@ -22,10 +22,12 @@ SET(EXAMPLE_SOURCES PrintHeader FindTags MakeDicomDir + AnonymizeDicomDir # without loading it as a gdcm::DicomDir #the following will be transformed into 'examples', or 'utilities' # or will be removed - + + #test FlatHashTablePrint TestCopyDicom TestChangeHeader diff --git a/Example/exAnonymizeNoLoad.cxx b/Example/exAnonymizeNoLoad.cxx index a5d6bf9c..4335a85a 100644 --- a/Example/exAnonymizeNoLoad.cxx +++ b/Example/exAnonymizeNoLoad.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exAnonymizeNoLoad.cxx,v $ Language: C++ - Date: $Date: 2005/02/08 18:02:03 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/03/09 19:16:33 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,12 +37,11 @@ int main(int argc, char *argv[]) if( argc < 3 ) { std::cerr << "Usage " << argv[0] << " Source image.dcm " - << " Output image.dcm " << std::endl; + << std::endl; return 1; } std::string fileName = argv[1]; - std::string outputFileName = argv[2]; // ============================================================ // Read the input image.