Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Coding Sprint: Synchronize SVN with GitHub
[simgrid.git] / src / simdag / sd_global.c
index 572898d..87a0995 100644 (file)
@@ -52,7 +52,7 @@ void SD_init(int *argc, char **argv)
 
   s_SD_task_t task;
 
-  xbt_assert0(!SD_INITIALISED(), "SD_init() already called");
+  xbt_assert(!SD_INITIALISED(), "SD_init() already called");
 
   /* Connect our log channels: that must be done manually under windows */
   XBT_LOG_CONNECT(sd_kernel, sd);