X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56d27132a417a9010f64f36dd551d6c7628d839c..5dac84d65eed08644367fe040c41df162c02e5fa:/teshsuite/s4u/host-on-off/host-on-off.cpp diff --git a/teshsuite/s4u/host-on-off/host-on-off.cpp b/teshsuite/s4u/host-on-off/host-on-off.cpp index cd29b5ad91..e4610d6848 100644 --- a/teshsuite/s4u/host-on-off/host-on-off.cpp +++ b/teshsuite/s4u/host-on-off/host-on-off.cpp @@ -99,7 +99,7 @@ int main(int argc, char* argv[]) e.run(); - XBT_INFO("Simulation time %g", e.get_clock()); + XBT_INFO("Simulation time %g", simgrid::s4u::Engine::get_clock()); return 0; }