Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update doc on viva and remove more stuff
[simgrid.git] / src / mc / checker / SafetyChecker.hpp
index f299d9b19cf45a56d5d191225e2cdf864732e348..0a45e48a135de103a71ae5eb44dc86479786d735 100644 (file)
@@ -33,7 +33,7 @@ private:
   void checkNonTermination(simgrid::mc::State* current_state);
   void backtrack();
   void restoreState();
-private:
+
   /** Stack representing the position in the exploration graph */
   std::list<std::unique_ptr<simgrid::mc::State>> stack_;
   simgrid::mc::VisitedStates visitedStates_;