X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c416e92254512408c1d0ce729e8d3cf82ec9938..cc4eceb15c80a597e44222b8c0ff60caf85db959:/examples/s4u/actor-join/s4u-actor-join.cpp diff --git a/examples/s4u/actor-join/s4u-actor-join.cpp b/examples/s4u/actor-join/s4u-actor-join.cpp index f159dd2e3e..d39512bc12 100644 --- a/examples/s4u/actor-join/s4u-actor-join.cpp +++ b/examples/s4u/actor-join/s4u-actor-join.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2019. 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. */ @@ -58,7 +58,7 @@ int main(int argc, char* argv[]) e.run(); - XBT_INFO("Simulation time %g", simgrid::s4u::Engine::getClock()); + XBT_INFO("Simulation time %g", simgrid::s4u::Engine::get_clock()); return 0; }