Skip to content
Snippets Groups Projects
Commit 5a6a6077 authored by Romain Garrigues's avatar Romain Garrigues
Browse files

Changement de nom de la classe DEMReader en DEMHandler, et donc répercussion...

Changement de nom de la classe DEMReader en DEMHandler, et donc répercussion sur les fichiers test de cette classe
parent 120522c2
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment