Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old tests.
[simgrid.git] / teshsuite / simdag / basic4.c
index 7009d3d..a55cf24 100644 (file)
@@ -38,8 +38,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, amount,
                    -1.0);
   SD_task_schedule(taskFin, 1, SD_workstation_get_list(), no_cost, no_cost,