Skip to content
Snippets Groups Projects
Commit c8e47e75 authored by Patrick Imbo's avatar Patrick Imbo
Browse files

nomsg

parent ea49c54e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ int otbImageFileWriterONERAComplex(int argc, char* argv[])
streaming->SetInput(complexReader->GetOutput());
streaming->Update();
#if 0
InputImageType::Pointer image = streaming->GetOutput();
InputImageType::IndexType pixelIndex;
InputImageType::PixelType pixelValue;
......@@ -95,7 +95,7 @@ int otbImageFileWriterONERAComplex(int argc, char* argv[])
}
}
#endif
}
catch( itk::ExceptionObject & err )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment