X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/70fa17187e0b928ff89cb8663426edbf6b74601a..538731caed0c492e259c5f0b02a31c43037c1a5f:/src/mc/mc_state.hpp diff --git a/src/mc/mc_state.hpp b/src/mc/mc_state.hpp index edef946f08..d14e7fd9d4 100644 --- a/src/mc/mc_state.hpp +++ b/src/mc/mc_state.hpp @@ -125,7 +125,7 @@ public: std::vector> incomplete_comm_pattern; std::vector communicationIndices; - State(unsigned long state_number); + explicit State(unsigned long state_number); std::size_t interleaveSize() const; void addInterleavingSet(smx_actor_t actor) { this->actorStates[actor->pid].consider(); }