X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkResampleImage.cxx;h=bd2f3747cc5e5d5c042eb6face19c04e7756b4fe;hb=20c4d89862ca9a9f4be92f312db7c6572e24075e;hp=8eec6ae258462e60e9c9f0c617f0b1b7fd5ab700;hpb=51ed8f6ccb58c734bda9edfc31a9f0f80c3cc797;p=clitk.git diff --git a/tools/clitkResampleImage.cxx b/tools/clitkResampleImage.cxx index 8eec6ae..bd2f374 100644 --- a/tools/clitkResampleImage.cxx +++ b/tools/clitkResampleImage.cxx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ // clitk #include "clitkResampleImage_ggo.h" @@ -33,7 +33,7 @@ int main(int argc, char * argv[]) FilterType::Pointer filter = FilterType::New(); filter->SetArgsInfo(args_info); - filter->Update(); + CLITK_TRY_CATCH_EXIT(filter->Update()); // this is the end my friend return EXIT_SUCCESS;