X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStations.cxx;h=25b52894dea649c773802d5bed4662bb3a8f4c7b;hb=70c994383384fe546b79d96d6edf8b48c4759902;hp=6ddd81869a8d633dddaf2897ff9ced149ebd34ae;hpb=765020625fbc092d283e221e36c83e60a1844cb7;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;