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

Correction macro otbGenericMsgDebugMacro.

parent 77c1b0af
Branches
Tags
No related merge requests found
......@@ -204,7 +204,7 @@ int main(int argc, char* argv[] )
ResamplingFilter->SetInput( extractROIFilter->GetOutput() );
ResamplingFilter->SetShrinkFactor( Ratio );
ResamplingFilter->GenerateOutputInformation();
otbMsgDebugMacro(<<ResamplingFilter->GetOutput()->GetLargestPossibleRegion());
otbGenericMsgDebugMacro(<<ResamplingFilter->GetOutput()->GetLargestPossibleRegion());
//ResamplingFilter->Update();
writer->SetInput(ResamplingFilter->GetOutput() );
writer->Update();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment