Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Damn code dupplication
[simgrid.git] / testsuite / msg / msg_test.c
index 06adbb9..4f192da 100644 (file)
@@ -182,7 +182,7 @@ void test_all(const char *platform_file,const char *application_file)
     MSG_launch_application(application_file);
   }
   MSG_main();
-  printf("Simulation time %Lg\n",MSG_getClock());
+  printf("Simulation time %g\n",MSG_getClock());
 }
 
 int main(int argc, char *argv[])