From: Marion Guthmuller Date: Sun, 2 Dec 2012 21:15:23 +0000 (+0100) Subject: model-checker : statistics printed twice if exhaustive exploration X-Git-Tag: v3_9_rc1~86^2~214 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/107550dc3139edda069a66fbacfc677d728d0ef9?ds=sidebyside model-checker : statistics printed twice if exhaustive exploration --- diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 6050c5738b..6ad2f2c8df 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -273,7 +273,6 @@ void MC_modelcheck_liveness(){ void MC_exit(void) { - MC_print_statistics(mc_stats); xbt_free(mc_time); MC_memory_exit(); }