Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As pointed out by a user, the rate should be expressed in percent, not
[simgrid.git] / src / simdag / sd_task.c
index 2147c63e61cf4e17fa448d33655c161206cd7675..11d27bba8aa48369b4284e8bc38a8ac554fd4161 100644 (file)
@@ -283,7 +283,7 @@ void SD_task_set_data(SD_task_t task, void *data)
  * a task can use.
  *
  * \param task a task
- * \param rate the new rate you want to associate with this task
+ * \param rate the new rate (in percent) you want to associate with this task
  */
 void SD_task_set_rate(SD_task_t task, double rate)
 {