X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b6d9ffb6542c036c34f11616ffd1861deaca9d0..ff1dcfd66ba5f67f4d9e81db1220c9e3af6946cf:/src/mc/explo/simgrid_mc.cpp diff --git a/src/mc/explo/simgrid_mc.cpp b/src/mc/explo/simgrid_mc.cpp index b9e33e7810..c1acbba913 100644 --- a/src/mc/explo/simgrid_mc.cpp +++ b/src/mc/explo/simgrid_mc.cpp @@ -21,7 +21,7 @@ int main(int argc, char** argv) xbt_assert(argc >= 2, "Missing arguments"); // Currently, we need this before sg_config_init: - simgrid::mc::cfg_do_model_check = 1; + simgrid::mc::cfg_do_model_check = true; // The initialization function can touch argv. // We make a copy of argv before modifying it in order to pass the original value to the model-checked application: