From 3be132190e5eb2120171537c6d9195355efa568c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 9 Sep 2015 11:39:49 +0200 Subject: [PATCH] fix a typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1