Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
solve bug on FAILED tasks that are rescheduled
[simgrid.git] / src / simdag / private.h
index cd16f94..db39ef4 100644 (file)
@@ -75,7 +75,7 @@ typedef struct SD_task {
   char *name;
   int kind;
   double amount;
-  double alpha;                                        /* used by typed parallel tasks */
+  double alpha;          /* used by typed parallel tasks */
   double remains;
   double start_time;
   double finish_time;