X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStations.cxx;h=25b52894dea649c773802d5bed4662bb3a8f4c7b;hb=29c90b5fbd7ecd5d8375e02b7a03734c4fdbc806;hp=6ddd81869a8d633dddaf2897ff9ced149ebd34ae;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/segmentation/clitkExtractLymphStations.cxx b/segmentation/clitkExtractLymphStations.cxx index 6ddd818..25b5289 100644 --- a/segmentation/clitkExtractLymphStations.cxx +++ b/segmentation/clitkExtractLymphStations.cxx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://www.centreleonberard.fr + - Léon Bérard cancer center http://oncora1.lyon.fnclcc.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 "clitkExtractLymphStations_ggo.h" @@ -38,6 +38,7 @@ int main(int argc, char * argv[]) filter->Update(); } catch(std::runtime_error e) { std::cout << e.what() << std::endl; + return EXIT_FAILURE; } return EXIT_SUCCESS;