Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops. forgot a msg_getClock...
[simgrid.git] / examples / msg / msg_test.c
index 388e087..01a74f3 100644 (file)
@@ -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 */