Skip to content
Snippets Groups Projects
Commit 6148df17 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: Replacing call to Update() by UpdateOutputInformation() to enable streaming

parent 0f549dba
No related branches found
No related tags found
No related merge requests found
......@@ -224,8 +224,8 @@ int main (int argc, char* argv[])
fixedReader->SetFileName(argv[1]);
movingReader->SetFileName(argv[2]);
fixedReader->Update();
movingReader->Update();
fixedReader->UpdateOutputInformation();
movingReader->UpdateOutputInformation();
// Software Guide : EndCodeSnippet
......
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