Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops. forgot a msg_getClock...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Aug 2005 06:41:18 +0000 (06:41 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Aug 2005 06:41:18 +0000 (06:41 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1644 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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();
   
   }
   MSG_main();
   
-  INFO1("Simulation time %g",MSG_getClock());
+  INFO1("Simulation time %g",MSG_get_clock());
 } /* end_of_test_all */
 
 
 } /* end_of_test_all */