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

Corrections mineures GDALImageIO, et évolution ViewerManager

parent 8dd11608
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ int main(int argc, char* argv[])
ManagerType::Pointer manager = ManagerType::New();
manager->Show();
for(int i = 1; i<argc;++i)
{
manager->OpenImage(argv[i]);
Fl::check();
}
return Fl::run();
}
catch( itk::ExceptionObject & err )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment