Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of new functions.
[mapping.git] / src / and / Mapping / Grid.java
index d93b65e..3501a2d 100644 (file)
@@ -401,10 +401,8 @@ public class Grid implements Serializable
                temp = temp / gnodesList.size() ;
                std = Math.sqrt( temp ) ;
                
-               /** Computation of the relative standard deviation
-                * plus modifications 
-                */
-               hd = 100 * std / average / 10 ;
+               /** Computation of the relative standard deviation **/
+               hd = 100 * std / average ;
                
                
                return hd ;