From 585b99dd8b1827b64010d90758a416587186bebc Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 16 Aug 2012 00:37:53 +0200 Subject: [PATCH 1/1] if this line induce a bug (see commit 05cd623), then kill it --- src/surf/maxmin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index e9f635de1c..929c106638 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -659,7 +659,6 @@ void lmm_solve(lmm_system_t sys) make_elem_inactive(elem); elem_list = &(cnst->element_set); xbt_swag_foreach(elem, elem_list) { -// make_elem_active(elem); if (elem->variable->weight <= 0 || elem->variable->value > 0) break; if (elem->value > 0) -- 2.20.1