Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot one
[simgrid.git] / examples / cpp / actor-join / s4u-actor-join.cpp
index 5889f449bfc962a6d194b23a5eba3a6becfb942c..3c56614f50a7c00b0f865fe9c5d24563b2b4ac9d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2017-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -59,7 +59,7 @@ int main(int argc, char* argv[])
 
   e.run();
 
-  XBT_INFO("Simulation time %g", e.get_clock());
+  XBT_INFO("Simulation time %g", sg4::Engine::get_clock());
 
   return 0;
 }