]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
change in fair strategy
authorRaphael Couturier <raphael.couturier@univ-fcomte.fr>
Sun, 30 Jan 2011 13:32:12 +0000 (14:32 +0100)
committerRaphael Couturier <raphael.couturier@univ-fcomte.fr>
Sun, 30 Jan 2011 13:32:12 +0000 (14:32 +0100)
loba_fairstrategy.cpp

index 4573776936e660dbdf29370c224f9e538b808012..e1a0d29472c5fbc7eef11f8fcbcf7b6fbc0d0ac1 100644 (file)
@@ -21,7 +21,7 @@ double loba_fairstrategy::load_balance(double my_load)
 {
     std::sort(pneigh.begin(), pneigh.end(), compare());
 
 {
     std::sort(pneigh.begin(), pneigh.end(), compare());
 
-    print_loads_p();
+               // print_loads_p();
 
     double sum_sent=0;
     bool found=true;
 
     double sum_sent=0;
     bool found=true;