X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkFilterWithAnatomicalFeatureDatabaseManagement.cxx;h=bec6b9e59a8a24d380b2b4f45c086e2765ae64b5;hb=8e9359b40795e2431230101a7f7a3fcbce1be347;hp=fda1621896f9596966d3e680e9390afa7de9e8c9;hpb=1ee167dfd5c4da1db5dc7ba3506d10498386ae77;p=clitk.git diff --git a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx index fda1621..bec6b9e 100644 --- a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx +++ b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.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 "clitkFilterWithAnatomicalFeatureDatabaseManagement.h" @@ -45,7 +45,7 @@ void clitk::FilterWithAnatomicalFeatureDatabaseManagement::LoadAFDB() try { GetAFDB()->Load(); } catch (clitk::ExceptionObject e) { - std::cout << "Could not read '" << GetAFDBFilename() << "', create one AFDB." << std::endl; + std::cout << "******* Could not read '" << GetAFDBFilename() << "', create one AFDB. ********" << std::endl; GetAFDB(); } }