From be4f9f96c4f78c43f8f1e476ce1c0cb76245eda8 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 2 Mar 2005 17:38:35 +0000 Subject: [PATCH] Forget to rename the function, as well --- Testing/TestImageSet.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestImageSet.cxx b/Testing/TestImageSet.cxx index 9e7366f0..ee307ae2 100644 --- a/Testing/TestImageSet.cxx +++ b/Testing/TestImageSet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestImageSet.cxx,v $ Language: C++ - Date: $Date: 2005/03/02 16:39:28 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/03/02 17:38:35 $ + 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 @@ -204,7 +204,7 @@ gdcm::File *WriteImage(gdcm::File *file,const std::string &fileName) return reread; } -int TestSequence(int argc, char *argv[]) +int TestImageSet(int argc, char *argv[]) { if (argc < 1) { -- 2.48.1