Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : statistics printed twice if exhaustive exploration
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Sun, 2 Dec 2012 21:15:23 +0000 (22:15 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Sun, 2 Dec 2012 21:15:49 +0000 (22:15 +0100)
src/mc/mc_global.c

index 6050c57..6ad2f2c 100644 (file)
@@ -273,7 +273,6 @@ void MC_modelcheck_liveness(){
 
 void MC_exit(void)
 {
 
 void MC_exit(void)
 {
-  MC_print_statistics(mc_stats);
   xbt_free(mc_time);
   MC_memory_exit();
 }
   xbt_free(mc_time);
   MC_memory_exit();
 }