From f2d22fd0a69227312a8bd9eb8c07a53e4e2d54b3 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Fri, 19 Oct 2007 12:34:28 +0000 Subject: [PATCH] MAJ --- Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx b/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx index 0cfdba2940..6b1744c7d9 100644 --- a/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx +++ b/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx @@ -20,6 +20,7 @@ #pragma warning ( disable : 4786 ) #endif +#include "otbMacro.h" #include "itkExceptionObject.h" #include "itkImage.h" #include "itkImageFileWriter.h" @@ -84,7 +85,7 @@ int otbAlignImageToPath( int argc, char * argv[] ) otbGenericMsgDebugMacro(<< "Before update"); testList->Update(); - printf("Apres update\n"); + otbGenericMsgDebugMacro(<< "After update"); ListAlignFilterOutputPathListType * sortiePath = testList->GetOutput(); otbGenericMsgDebugMacro(<< "Writing :"); -- GitLab