X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..bdfa117ce4f85c77d50219cb2e115d88d3f35f8e:/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp?ds=sidebyside diff --git a/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp b/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp index 5ccfa0cce2..6fbc60742a 100644 --- a/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp +++ b/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp @@ -186,7 +186,7 @@ int main(int argc, char* argv[]) simgrid::s4u::Actor::create("recver", hosts[1], receiver, argRecv); e.run(); - XBT_INFO("Simulation time %g", e.get_clock()); + XBT_INFO("Simulation time %g", simgrid::s4u::Engine::get_clock()); return 0; }