]> 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 7bdfcb7d0ab15de037c09548f21bb43b183542eb..198d7cd23da8756304ab5b645a3d8a350afd103f 100644 (file)
@@ -42,8 +42,11 @@ int main(int argc, char **argv)
       std::cout << "* ERROR : "<<e.GetErrorMessage()<<std::endl;
       return 1;
     }
-  std::cout << "End of main" << std::endl;
-  
+
+  // 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;
 }
 //==========================================================================