Skip to content
Snippets Groups Projects
Commit 7fdf0da1 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

TEST: explicit update discard streaming for the output writer.

parent 9a1a666b
No related branches found
No related tags found
No related merge requests found
......@@ -569,7 +569,7 @@ int otbMulti3DMapToDEMFilter(int argc, char* argv[])
WriterType::Pointer writer = WriterType::New();
multiFilter->SetNumberOfThreads(atoi(argv[argc-2]));
multiFilter->Update();
//multiFilter->Update();
writer->SetInput(multiFilter->GetOutput());
......
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