]> Creatis software - gdcm.git/blobdiff - Testing/VTKTestRead.cxx
Normalization
[gdcm.git] / Testing / VTKTestRead.cxx
index 3ac95d26baa75af4500a29efed29d679cfb5625f..89015c9ed48c9c1fb3f552303b137ce4ad4f0975 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: VTKTestRead.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/25 15:45:49 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2005/02/02 10:05:26 $
+  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
@@ -37,8 +37,8 @@
 #endif
 
 int VTKReadTest(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
 
@@ -194,7 +194,7 @@ int VTKTestRead(int argc, char *argv[])
    }
 
    int ret = 0;
-   vtkTestingt = vtkTesting::New();
+   vtkTesting *t = vtkTesting::New();
    vtkImageViewer *viewer;
    if( show )
       viewer = vtkImageViewer::New();