X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89df6a48741330160c27b692f6fbfc213db31cbe..7fdb9c9ac44fba9f76a3b45d032561995bec2e0d:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 880771bfba..0987155253 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -214,7 +214,7 @@ smx_action_t simcall_host_parallel_execute(const char *name, xbt_assert(isfinite(computation_amount[i]), "computation_amount[%d] is not finite!", i); for (j = 0 ; j < host_nb ; ++j) { xbt_assert(isfinite(communication_amount[i + host_nb * j]), - "communication_amount[%d+%d*%d] is not finite!", i, host_nb, j); + "communication_amount[%d+%d*%d] is not finite!", i, host_nb, j); } } @@ -616,8 +616,8 @@ xbt_dict_t simcall_process_get_properties(smx_process_t process) * to create the SIMIX action. It can raise a host_error exception if the * host crashed. The default SIMIX name of the action is "sleep". * - * \param duration Time duration of the sleep. - * \return A result telling whether the sleep was successful + * \param duration Time duration of the sleep. + * \return A result telling whether the sleep was successful */ e_smx_state_t simcall_process_sleep(double duration) {