From: Raphael Couturier <raphael.couturier@univ-fcomte.fr>
Date: Sun, 30 Jan 2011 13:32:12 +0000 (+0100)
Subject: change in fair strategy
X-Git-Tag: v0.1~187^2~1
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/19bd6da8ab56b6bf46c380491ca84fe845a68fcd

change in fair strategy
---

diff --git a/loba_fairstrategy.cpp b/loba_fairstrategy.cpp
index 4573776..e1a0d29 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;