X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b402995efb8b81db7214f62957ff83f62d146920..54b931da542487537ab6ec3c4c8f5a9ec06822a7:/src/mc/explo/DFSExplorer.cpp diff --git a/src/mc/explo/DFSExplorer.cpp b/src/mc/explo/DFSExplorer.cpp index 5cd594042d..9ef0daf463 100644 --- a/src/mc/explo/DFSExplorer.cpp +++ b/src/mc/explo/DFSExplorer.cpp @@ -156,7 +156,7 @@ void DFSExplorer::run() /* Check whether we already explored next_state in the past (but only if interested in state-equality reduction) */ if (_sg_mc_max_visited_states > 0) - visited_state_ = visited_states_.addVisitedState(next_state->get_num(), next_state.get(), true); + visited_state_ = visited_states_.addVisitedState(next_state->get_num(), next_state.get()); /* If this is a new state (or if we don't care about state-equality reduction) */ if (visited_state_ == nullptr) {