Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
For win64 it is cast unsigned long long.
[simgrid.git] / src / msg / deployment.c
index 29e5235..fadf887 100644 (file)
@@ -26,7 +26,7 @@
 void MSG_launch_application(const char *file)
 {
 
-  xbt_assert0(msg_global,
+  xbt_assert(msg_global,
               "MSG_global_init_args has to be called before MSG_launch_application.");
 
   SIMIX_launch_application(file);