Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Longer error messages taken into account
[simgrid.git] / teshsuite / simdag / basic3.c
index 2fa069a..e0437d6 100644 (file)
@@ -34,8 +34,8 @@ int main(int argc, char **argv)
   taskFin = SD_task_create("Task Fin", NULL, 1.0);
 
   /* let's launch the simulation! */
-  SD_task_schedule(taskInit, 1, SD_workstation_get_list(), no_cost, no_cost,
-                   -1.0);
+  SD_task_schedule(taskInit, 1, SD_workstation_get_list(), no_cost,
+                   no_cost, -1.0);
   SD_task_schedule(taskA, 2, SD_workstation_get_list(), no_cost, no_cost,
                    -1.0);
   SD_task_schedule(taskFin, 1, SD_workstation_get_list(), no_cost, no_cost,