From 94d43fe0f488565d35ad2e25d901affd35201237 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 18 Jan 2006 10:21:37 +0000 Subject: [PATCH] Fix comments --- Example/BatchUncompress.cxx | 7 +++++-- Example/PhilipsToBrucker2.cxx | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Example/BatchUncompress.cxx b/Example/BatchUncompress.cxx index 14ce4e38..66fab7fe 100644 --- a/Example/BatchUncompress.cxx +++ b/Example/BatchUncompress.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: BatchUncompress.cxx,v $ Language: C++ - Date: $Date: 2005/12/12 23:46:52 $ - Version: $Revision: 1.1 $ + Date: $Date: 2006/01/18 10:21:37 $ + 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 @@ -22,6 +22,9 @@ * Someone at some point could update it to have more option, like not copying the private tags, * sequence... */ + + // Well ... ReWrite.cxx does the same thing + #include "gdcmFile.h" #include "gdcmFileHelper.h" #include "gdcmDocument.h" diff --git a/Example/PhilipsToBrucker2.cxx b/Example/PhilipsToBrucker2.cxx index 1cef39ba..1fd2dc21 100755 --- a/Example/PhilipsToBrucker2.cxx +++ b/Example/PhilipsToBrucker2.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PhilipsToBrucker2.cxx,v $ Language: C++ - Date: $Date: 2006/01/17 15:58:30 $ - Version: $Revision: 1.1 $ + Date: $Date: 2006/01/18 10:21:37 $ + 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 @@ -89,8 +89,8 @@ int main(int argc, char *argv[]) " - Patient ", " -- Serie ", " --- Position ", - " ---- Images (sorted by Trigger Time) ", - " ----- Phase Encoding Direction (Row, Column) ", + " Images are (sorted by Trigger Time / ", + " Encoding Direction (Row, Column) ", " noshadowseq: user doesn't want to load Private Sequences ", " noshadow : user doesn't want to load Private groups (odd number) ", " noseq : user doesn't want to load Sequences ", @@ -409,7 +409,7 @@ int main(int argc, char *argv[]) if (previousImagePosition != currentImagePosition) { - + frameIndex = 1; flag = 0; if (verbose) std::cout << "=== === === new Position [" << currentImagePosition << "]" -- 2.46.1