From 1b40c2ffa0f5f173a98e121572a19c7316be011b Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 22 Aug 2005 11:21:56 +0000 Subject: [PATCH] Comment --- Example/exSerieHelper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/exSerieHelper.cxx b/Example/exSerieHelper.cxx index e33a9df8..03a6a80f 100644 --- a/Example/exSerieHelper.cxx +++ b/Example/exSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2005/07/21 04:55:30 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/08/22 11:21:56 $ + 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 @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) s = new gdcm::SerieHelper(); s->SetLoadMode(0x00000000); // Load everything for each File //s->AddRestriction(tagKey, valueToCheck); // Keep only files where - // restriction is true + // restriction is true s->SetDirectory(dirName, true); // true : recursive exploration std::cout << " ---------------------------------------- Finish parsing :[" -- 2.48.1