]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbRegenerateBoxesLists/bbRegenerateBoxesLists.cpp
Commented the aborts launched at installation time.
[bbtk.git] / kernel / appli / bbRegenerateBoxesLists / bbRegenerateBoxesLists.cpp
index c7acc64bdb027a2d6f5d55c2dd0398ed2220b985..198d7cd23da8756304ab5b645a3d8a350afd103f 100644 (file)
@@ -44,6 +44,7 @@ int main(int argc, char **argv)
     }
 
   // JGRR & CM : this kills this never-ending process, when it's supposed to.
+  std::cout << "bbRegenerateBoxesLists has finished normally. It will be aborted on purpose."<< std::endl; 
   abort();
   // EO JGRR & CM
   return 0;