From 996c9fc3464cbec9ee8ac7e0d4a5b27879a70ece Mon Sep 17 00:00:00 2001 From: Loic Guegan <16000511@e105m10.istic.univ-rennes1.fr> Date: Tue, 29 Mar 2016 11:42:05 +0200 Subject: Test --- structure/Grid.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'structure/Grid.java') diff --git a/structure/Grid.java b/structure/Grid.java index 00c3b52..73c034e 100644 --- a/structure/Grid.java +++ b/structure/Grid.java @@ -37,7 +37,8 @@ public class Grid { this.buildEdgeWithRandomWeigth(); - + //Build fixed link + this.buildPath(); this.protocol=protocol; @@ -48,7 +49,7 @@ public class Grid { case DSDV: case CUSTOM: HashMap currentBestLink=new HashMap<>(); - for(int i=0;i<100000;i++){ + for(int i=0;i<1000;i++){ int current=this.getBestLinkIndex(); if(currentBestLink.containsKey(current)){ currentBestLink.put(current, currentBestLink.get(current)+1); @@ -87,8 +88,7 @@ public class Grid { public void buildEdgeWithRandomWeigth(){ - //Build fixed link - this.buildPath(); + -- cgit v1.2.3