X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/310489f23b42118424a3c374f9b6097e07f48d11..7cbb44e02a4c28ea278e9b82c9dda3bdff2c3cb9:/include/simgrid/modelchecker.h?ds=sidebyside diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index 8dddeaef02..2ddf8a9165 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -31,7 +31,7 @@ XBT_PUBLIC int MC_random(int min, int max); extern XBT_PUBLIC int _sg_do_model_check; extern XBT_PUBLIC int _sg_mc_max_visited_states; -#define MC_is_active() _sg_do_model_check +#define MC_is_active() _sg_do_model_check #define MC_visited_reduction() _sg_mc_max_visited_states /** Assertion for the model-checker