Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
top_srcdir is not supposed to be a relative path
[simgrid.git] / teshsuite / simdag / basic6.c
index 1a1752e..1aa373c 100644 (file)
@@ -21,9 +21,9 @@ int main(int argc, char **argv) {
     taskB = SD_task_create("Task B", NULL, 1.0);
 
     SD_task_schedule(taskA, 1, SD_workstation_get_list(), comp_cost, comm_cost,
-                       -1.0);
-       SD_task_schedule(taskB, 1, SD_workstation_get_list(), comp_cost, comm_cost,
-                       -1.0);
+                    -1.0);
+    SD_task_schedule(taskB, 1, SD_workstation_get_list(), comp_cost, comm_cost,
+                    -1.0);
            
     SD_simulate(-1.0);