]> Creatis software - clitk.git/blobdiff - segmentation/clitkMotionMask.cxx
COMP: itk4 compatibility
[clitk.git] / segmentation / clitkMotionMask.cxx
old mode 100755 (executable)
new mode 100644 (file)
index fdc31c7..fd65c64
@@ -43,7 +43,7 @@ int main(int argc, char * argv[]) {
   clitk::MotionMaskGenericFilter::Pointer genericFilter=clitk::MotionMaskGenericFilter::New();
   
   genericFilter->SetArgsInfo(args_info);
-  genericFilter->Update();
+  CLITK_TRY_CATCH_EXIT(genericFilter->Update());
 
   return EXIT_SUCCESS;
 }// end main