X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FVTKTestWriteSeq.cxx;h=efd7a73c12e84ba2493e6bd5bbab738fe54668d2;hb=4073467af614547a6cdd2b5d09d481fbea1a1f0c;hp=6db2132d3fe51ee1012ed595ef2d1edee31f0567;hpb=d1e4e23d5c207c567fb46b178855eee133e77e7d;p=gdcm.git diff --git a/Testing/VTKTestWriteSeq.cxx b/Testing/VTKTestWriteSeq.cxx index 6db2132d..efd7a73c 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/05/20 08:34:15 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/09/08 14:40:15 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,7 +39,7 @@ int VTKWriteSeqTest(vtkTesting *t, vtkImageViewer *viewer, std::string const &filename, std::string const &referenceFileName) { - int retVal = 0; //by default this is an error + int retVal; // Set the reader vtkGdcmReader *reader = vtkGdcmReader::New();