X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e75c960a2195cf63765f99b862326466d488aad6..a6459cb984bf8673ede03d6488b4f69c92c4352f:/examples/msg/msg_test.c diff --git a/examples/msg/msg_test.c b/examples/msg/msg_test.c index 388e0878ec..01a74f3a25 100644 --- a/examples/msg/msg_test.c +++ b/examples/msg/msg_test.c @@ -194,7 +194,7 @@ void test_all(const char *platform_file,const char *application_file) } MSG_main(); - INFO1("Simulation time %g",MSG_getClock()); + INFO1("Simulation time %g",MSG_get_clock()); } /* end_of_test_all */