]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStations.cxx
Fixed fusion panel size and change default threshold values
[clitk.git] / segmentation / clitkExtractLymphStations.cxx
index 6ddd81869a8d633dddaf2897ff9ced149ebd34ae..25b52894dea649c773802d5bed4662bb3a8f4c7b 100644 (file)
@@ -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;