X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/141e39afa534b765b9170317fb4a78de61352657..005aa4233aa5a5a11124e989887e1ddbc724c726:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index ccafa55e87..9a01021be7 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -324,7 +324,7 @@ static void saturated_variable_set_update(lmm_system_t sys) } } -static void lmm_print(lmm_system_t sys) +void lmm_print(lmm_system_t sys) { lmm_constraint_t cnst = NULL; lmm_element_t elem = NULL; @@ -409,9 +409,9 @@ void lmm_solve(lmm_system_t sys) var->value = 0.0; } - - /* Compute Usage and store the variables that reach the maximum */ - + /* + * Compute Usage and store the variables that reach the maximum. + */ cnst_list = &(sys->active_constraint_set); DEBUG1("Active constraints : %d", xbt_swag_size(cnst_list)); xbt_swag_foreach(cnst, cnst_list) {