From: Martin Quinson Date: Wed, 9 Sep 2015 09:39:49 +0000 (+0200) Subject: fix a typo X-Git-Tag: v3_12~265 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3be132190e5eb2120171537c6d9195355efa568c fix a typo --- diff --git a/ChangeLog b/ChangeLog index 890a01056d..7a3c19a961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ SimGrid (3.12) NOT RELEASED; urgency=low - Sanitize the interface in MSG_task_ module: - Merge two functions that were close enough but misleading: set_compute_duration(t) -> set_flops_amount(t) - get_remaining_computation(t) -> set_flops_amount(t) + get_remaining_computation(t) -> get_flops_amount(t) - set_data_size(t) -> set_bytes_amount(t) get_data_size(t) -> get_bytes_amount(t) - Massive cleanups in the functions related to the energy