X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d9bf83b7a687d5f0a621985329d5cf40d0d36f8..cfa35c4fa9a6bcfa6aa8f8cf21da6ab292ea21ad:/src/mc/explo/simgrid_mc.cpp diff --git a/src/mc/explo/simgrid_mc.cpp b/src/mc/explo/simgrid_mc.cpp index 700c4b9b58..5d973689af 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::model_checking_mode = simgrid::mc::ModelCheckingMode::CHECKER_SIDE; + simgrid::mc::set_model_checking_mode(simgrid::mc::ModelCheckingMode::CHECKER_SIDE); // 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: