Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Continuation of the long double->double convertion
[simgrid.git] / examples / msg / msg_test.c
index 96705fc..c4a894d 100644 (file)
@@ -235,7 +235,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());
 }