Skip to content
Snippets Groups Projects
Commit f2d22fd0 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

MAJ

parent 5a6a6077
Branches
Tags
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#pragma warning ( disable : 4786 ) #pragma warning ( disable : 4786 )
#endif #endif
#include "otbMacro.h"
#include "itkExceptionObject.h" #include "itkExceptionObject.h"
#include "itkImage.h" #include "itkImage.h"
#include "itkImageFileWriter.h" #include "itkImageFileWriter.h"
...@@ -84,7 +85,7 @@ int otbAlignImageToPath( int argc, char * argv[] ) ...@@ -84,7 +85,7 @@ int otbAlignImageToPath( int argc, char * argv[] )
otbGenericMsgDebugMacro(<< "Before update"); otbGenericMsgDebugMacro(<< "Before update");
testList->Update(); testList->Update();
printf("Apres update\n"); otbGenericMsgDebugMacro(<< "After update");
ListAlignFilterOutputPathListType * sortiePath = testList->GetOutput(); ListAlignFilterOutputPathListType * sortiePath = testList->GetOutput();
otbGenericMsgDebugMacro(<< "Writing :"); otbGenericMsgDebugMacro(<< "Writing :");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment