]> Creatis software - gdcm.git/commitdiff
Forget to rename the function, as well
authorjpr <jpr>
Wed, 2 Mar 2005 17:38:35 +0000 (17:38 +0000)
committerjpr <jpr>
Wed, 2 Mar 2005 17:38:35 +0000 (17:38 +0000)
Testing/TestImageSet.cxx

index 9e7366f075e75537751c16b61df32a0add2bdb28..ee307ae2931d78172fb833712db73fbc360521a8 100644 (file)
@@ -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) 
    {