From 3ac8742a62984130610aa18f1c738ca9df0a2ec1 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@c-s.fr>
Date: Wed, 14 Feb 2007 13:47:51 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20pr=C3=A9cision=20pour=20tests=20en?=
 =?UTF-8?q?=20erreur.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx b/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx
index 7b7bf80137..8acec464f8 100644
--- a/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx
+++ b/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx
@@ -47,9 +47,9 @@ int otbAlignImageToPath( int argc, char * argv[] )
         const char * outputFilename = argv[2];
        
 
-        typedef unsigned char                                   InputPixelType;
-        typedef unsigned char   	                        OutputPixelType;
-	typedef float						RealPixelType;
+        typedef double                                   	InputPixelType;
+        typedef double   	                        	OutputPixelType;
+	typedef double						RealPixelType;
         const   unsigned int        	                        Dimension = 2;
 
         typedef itk::Image< InputPixelType,  Dimension >	InputImageType;
-- 
GitLab