X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1298f825dbd95a3e38a6f0f0130fc1800670aeae..43b4619af6da04808d1fd4be0dbfe6e279148b3a:/src/simdag/private.h?ds=sidebyside diff --git a/src/simdag/private.h b/src/simdag/private.h index cd16f944fd..db39ef461c 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -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;