]> Creatis software - clitk.git/blobdiff - tools/clitkImageArithm.cxx
Debug vvMainWinsow.ui
[clitk.git] / tools / clitkImageArithm.cxx
index 61dbcb1de2e7dc7cd53cd5318a327c75e451cc19..e0c98212951e71258f4f3cd55f8bc565a3c4c809 100644 (file)
 ===========================================================================**/
 #ifndef CLITKIMAGEARITHM_CXX
 #define CLITKIMAGEARITHM_CXX
-/**
-   -------------------------------------------------
-   * @file   clitkImageArithm.cxx
-   * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
-   * @date   23 Feb 2008 08:37:53
-   -------------------------------------------------*/
 
 // clitk include
 #include "clitkImageArithm_ggo.h"
@@ -43,7 +37,7 @@ int main(int argc, char * argv[])
 
   // Go !
   filter->SetArgsInfo(args_info);
-  filter->Update();
+  CLITK_TRY_CATCH_EXIT(filter->Update());
 
   // this is the end my friend
   return EXIT_SUCCESS;