X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d000a773b5ebcd411b28c31de68eeddf804e66b..c987f60dfea775b1675a01e76f05bd723aa3e992:/src/surf/maxmin_private.hpp diff --git a/src/surf/maxmin_private.hpp b/src/surf/maxmin_private.hpp index c3845efad0..5edd925b69 100644 --- a/src/surf/maxmin_private.hpp +++ b/src/surf/maxmin_private.hpp @@ -136,11 +136,11 @@ typedef struct lmm_system { xbt_swag_remove(cnst, &sys->modified_constraint_set); } while (0) /** @ingroup SURF_lmm - * @brief Print informations about a lmm system + * @brief Print information about a lmm system * * @param sys A lmm system */ -XBT_PRIVATE void lmm_print(lmm_system_t sys); +//XBT_PRIVATE void lmm_print(lmm_system_t sys); extern XBT_PRIVATE double (*func_f_def) (lmm_variable_t, double); extern XBT_PRIVATE double (*func_fp_def) (lmm_variable_t, double);