]> Creatis software - clitk.git/commitdiff
- make compatible with new signal folder - add common.cmake (to generate ggo files)
authordsarrut <dsarrut>
Tue, 9 Mar 2010 15:45:11 +0000 (15:45 +0000)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Fri, 26 Jul 2013 13:01:32 +0000 (15:01 +0200)
tests_dav/clitkImageUncertainty.cxx

index 50943bf3deb1d09c8018fc4c6eed0030edbddd31..b01d1f0ff135daf1083bb693c4105a9708172764 100644 (file)
@@ -3,8 +3,8 @@
   Program:   clitk
   Module:    $RCSfile: clitkImageUncertainty.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/01/19 16:02:53 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2010/03/09 15:45:20 $
+  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
@@ -32,7 +32,7 @@
 
 // clitk include
 #include "clitkImageUncertainty_ggo.h"
-#include "clitkIO.h"
+#include "clitkImageCommon.h"
 
 // itk include
 #include "itkImageRegionConstIterator.h"
@@ -43,7 +43,6 @@ int main(int argc, char * argv[]) {
 
   // init command line
   GGO(clitkImageUncertainty, args_info);
-  CLITK_INIT;
 
   // Declare main types
   typedef float                          PixelType;