]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/simdag/basic2.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put sd_dotloader.c in the archive even if I cannot compile it right now
[simgrid.git] / teshsuite / simdag / basic2.c
index 2f9d23009d905d2cb3ed17f8722e0c98f780816a..0f9f6fc87e1e8ccad35454d74b8562b0375b4a85 100644 (file)
@@ -41,8 +41,8 @@ int main(int argc, char **argv)
   workstation = SD_workstation_get_list();
 
   /* 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, 1, &workstation[0], &no_cost,
                    &communication_amount1, -1.0);
   SD_task_schedule(taskB, 1, &workstation[1], &no_cost,