X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2376a01092173679830310f4d57b267445959f97..df016dbb4c27e8824d3f108cec36e76cf35eeb06:/src/mc/SafetyChecker.hpp diff --git a/src/mc/SafetyChecker.hpp b/src/mc/SafetyChecker.hpp index b2aa1387cc..0bc502d20b 100644 --- a/src/mc/SafetyChecker.hpp +++ b/src/mc/SafetyChecker.hpp @@ -26,7 +26,7 @@ public: private: // Temp void init(); - bool is_exploration_stack_state(simgrid::mc::State* current_state); + bool checkNonDeterminism(simgrid::mc::State* current_state); private: /** Stack representing the position in the exploration graph */ std::list stack_;