]> AND Public Git Repository - simgrid.git/blobdiff - src/simdag/private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate the parser files with flexml 1.9.3 (thx agier for the patch)
[simgrid.git] / src / simdag / private.h
index cd16f944fdcd7703b9e2fcab5176e2bc85599f9c..db39ef461c20bac759724ed8c6cce1aff9e51184 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;