Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move another function of mc::api, to Transition
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
index cb6b88e..284acd4 100644 (file)
@@ -147,7 +147,7 @@ void SafetyChecker::run()
 
     std::string req_str;
     if (dot_output != nullptr)
-      req_str = api::get().request_get_dot_output(state->get_transition());
+      req_str = state->get_transition()->dot_string();
 
     /* Create the new expanded state (copy the state of MCed into our MCer data) */
     auto next_state = std::make_unique<State>();