From a6459cb984bf8673ede03d6488b4f69c92c4352f Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 9 Aug 2005 06:41:18 +0000 Subject: [PATCH] oops. forgot a msg_getClock... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1644 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/msg/msg_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1