From 42b5b1fda1b91860c4708a5706600a913da219f3 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 23 Mar 2005 20:26:13 +0000 Subject: [PATCH] BUG: Be consistent with doc. From 0 to 9 (included) works fine --- Testing/VTKTestWriteSeq.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/VTKTestWriteSeq.cxx b/Testing/VTKTestWriteSeq.cxx index 9dc0119d..a34c018c 100644 --- a/Testing/VTKTestWriteSeq.cxx +++ b/Testing/VTKTestWriteSeq.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: VTKTestWriteSeq.cxx,v $ Language: C++ - Date: $Date: 2005/02/13 12:06:29 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/03/23 20:26:13 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,7 @@ int VTKWriteSeqTest(vtkTesting *t, vtkImageViewer *viewer, char *newFileDcm = new char[filename.size()+1]; int fileCount = 0; - for(int i=0;i<9;i++) + for(int i=0;i<10;i++) { fileCount = i; sprintf(newFileDcm,filename.c_str(),i); -- 2.48.1