X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FVTKTestWrite.cxx;h=c3d989ee6fd3db966ca604727f9b9d5b7131d275;hb=1978138e72f767a6e9cca825857b176faa8236ab;hp=0ec988e6884e9f8180cf179c68306cc12a3e9db0;hpb=da0155a9bc9a9b6f7e9194ed5c7e7f4ff9799e7c;p=gdcm.git diff --git a/Testing/VTKTestWrite.cxx b/Testing/VTKTestWrite.cxx index 0ec988e6..c3d989ee 100644 --- a/Testing/VTKTestWrite.cxx +++ b/Testing/VTKTestWrite.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: VTKTestWrite.cxx,v $ Language: C++ - Date: $Date: 2005/01/25 15:45:49 $ - Version: $Revision: 1.7 $ + Date: $Date: 2005/02/09 15:31:15 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,7 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include "gdcmFileHelper.h" #include "vtkGdcmReader.h" #include "vtkGdcmWriter.h" #include "vtkImageViewer.h" @@ -36,8 +35,8 @@ #endif int VTKWriteTest(vtkTesting *t,vtkImageViewer *viewer, - std::string const & filename, - std::string const & referenceFileName) + std::string const &filename, + std::string const &referenceFileName) { int retVal = 0; //by default this is an error @@ -197,7 +196,7 @@ int VTKTestWrite(int argc, char *argv[]) } int ret = 0; - vtkTesting* t = vtkTesting::New(); + vtkTesting *t = vtkTesting::New(); vtkImageViewer *viewer; if( show ) viewer = vtkImageViewer::New();