Skip to content
Snippets Groups Projects
Commit cad808cd authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Forget to write geom file

parent 35cd18d5
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ int MultiResolutionPyramid::Execute(otb::ApplicationOptionsResult* parseResult)
WriterType::Pointer writer = WriterType::New();
writer->SetInput(shrinkFilter->GetOutput());
writer->SetFileName(oss.str().c_str());
writer->WriteGeomFileOn();
unsigned int ram = 256;
if (parseResult->IsOptionPresent("AvailableMemory"))
......
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