From 5a6a6077d514b7bd48e6780e893df380c68de540 Mon Sep 17 00:00:00 2001
From: Romain Garrigues <romain.garrigues@c-s.fr>
Date: Fri, 19 Oct 2007 08:17:15 +0000
Subject: [PATCH] =?UTF-8?q?Changement=20de=20nom=20de=20la=20classe=20DEMR?=
 =?UTF-8?q?eader=20en=20DEMHandler,=20et=20donc=20r=C3=A9percussion=20sur?=
 =?UTF-8?q?=20les=20fichiers=20test=20de=20cette=20classe?=
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 b6fd891e88..0cfdba2940 100644
--- a/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx
+++ b/Testing/Code/FeatureExtraction/otbAlignImageToPath.cxx
@@ -82,12 +82,12 @@ int otbAlignImageToPath( int argc, char * argv[] )
 	typedef ListAlignFilterType::OutputPathListType   ListAlignFilterOutputPathListType;
 	
 	
-	otbMsgDebugMacro(<< "Before update");
+	otbGenericMsgDebugMacro(<< "Before update");
 	testList->Update(); 
 	printf("Apres update\n");
 	ListAlignFilterOutputPathListType * sortiePath = testList->GetOutput();
 	
-	otbMsgDebugMacro(<< "Writing :");
+	otbGenericMsgDebugMacro(<< "Writing :");
 	
 	FILE *file = fopen(outputFilename,"w");
   	if (file == NULL) {
@@ -102,7 +102,7 @@ int otbAlignImageToPath( int argc, char * argv[] )
 	double x1,y1,x2,y2;
 	  
 	int nbPath = sortiePath->Size();
-	otbMsgDebugMacro(<< "NbSegment: "<<nbPath);
+	otbGenericMsgDebugMacro(<< "NbSegment: "<<nbPath);
 	fprintf(file,"Nb Segment: %d\n",nbPath);
 	for (int i =0 ; i<nbPath ;i++){
 	   vertexList = sortiePath->GetNthElement(i)->GetVertexList();
-- 
GitLab