X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d20f024dba9ff1e9c8822237caaf963b9e913889..cba7a4411e9eb8cd10066db126c413363c65111a:/src/mc/mc_state.hpp?ds=sidebyside 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(); }