Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Longer error messages taken into account
[simgrid.git] / teshsuite / simdag / basic0.c
index a178f22..69c5821 100644 (file)
@@ -40,8 +40,8 @@ int main(int argc, char **argv)
 
   /* 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,
                    communication_amount1, -1.0);
   SD_task_schedule(taskB, 2, SD_workstation_get_list(), no_cost,