Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the name and path to simgrid_update_xml in error messages refering to it
[simgrid.git] / teshsuite / simdag / basic0.c
index a178f226f272d0d41d6db017a778d3995a2c5a58..69c5821d171e6853763defe01e8e0f0647ad04b8 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,