X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42e47242b26a374aa63a9a29b1ac79c443213220..01e2c00cfea470a9ddb77a0712888969a530eccd:/src/mc/explo/simgrid_mc.cpp diff --git a/src/mc/explo/simgrid_mc.cpp b/src/mc/explo/simgrid_mc.cpp index b9e33e7810..b6625d5ccd 100644 --- a/src/mc/explo/simgrid_mc.cpp +++ b/src/mc/explo/simgrid_mc.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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: