]> Creatis software - bbtk.git/commitdiff
Killed the process at the end of bbRegenerateBoxesLists.cpp
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 12:07:43 +0000 (12:07 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 12:07:43 +0000 (12:07 +0000)
kernel/appli/bbRegenerateBoxesLists/bbRegenerateBoxesLists.cpp

index 7bdfcb7d0ab15de037c09548f21bb43b183542eb..c7acc64bdb027a2d6f5d55c2dd0398ed2220b985 100644 (file)
@@ -42,8 +42,10 @@ 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.
+  abort();
+  // EO JGRR & CM
   return 0;
 }
 //==========================================================================