From 7392b187b59a5049eca85891ebd8a202d8d4e1ca Mon Sep 17 00:00:00 2001 From: couturie Date: Sat, 8 Jan 2011 14:01:49 +0100 Subject: [PATCH] moins d'affichage --- loba_fairstrategy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loba_fairstrategy.cpp b/loba_fairstrategy.cpp index 4573776..8790892 100644 --- a/loba_fairstrategy.cpp +++ b/loba_fairstrategy.cpp @@ -21,7 +21,7 @@ double loba_fairstrategy::load_balance(double my_load) { std::sort(pneigh.begin(), pneigh.end(), compare()); - print_loads_p(); + //print_loads_p(); double sum_sent=0; bool found=true; @@ -36,7 +36,7 @@ double loba_fairstrategy::load_balance(double my_load) found=true; pneigh[i]->add_load(1); pneigh[i]->add_to_send(1); - INFO1("sent to %s",pneigh[i]->get_name()); + //INFO1("sent to %s",pneigh[i]->get_name()); my_load--; sum_sent++; } -- 2.39.5