Skip to content
Snippets Groups Projects
Commit 8245cb24 authored by OTB Bot's avatar OTB Bot
Browse files

No commit message

No commit message
parent 99b8eca1
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ int main(int argc, char** argv) ...@@ -27,7 +27,8 @@ int main(int argc, char** argv)
} }
catch( itk::ExceptionObject & err ) catch( itk::ExceptionObject & err )
{ {
return EXIT_SUCCESS; std::cerr << err << std::endl;
return EXIT_FAILURE;
} }
const unsigned int NbImages = argc-4; const unsigned int NbImages = argc-4;
......
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