Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_run becomes EngineImpl::run
[simgrid.git] / src / s4u / s4u_Engine.cpp
index 6f68977..8a083e1 100644 (file)
@@ -318,7 +318,7 @@ void Engine::run() const
   if (MC_is_active()) {
     MC_run();
   } else {
-    SIMIX_run();
+    pimpl->run();
   }
 }