Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further snake_case s4u::Engine
[simgrid.git] / examples / s4u / app-masterworker / s4u-app-masterworker.cpp
index 643f6d4..e35991f 100644 (file)
@@ -96,7 +96,7 @@ int main(int argc, char* argv[])
 
   e.run(); /** - Run the simulation */
 
-  XBT_INFO("Simulation time %g", e.getClock());
+  XBT_INFO("Simulation time %g", e.get_clock());
 
   return 0;
 }