Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New version of MAHEVE plus corrections.
[mapping.git] / src / and / Mapping / FT_FEC.java
index b9e216a..9f0616f 100644 (file)
@@ -100,6 +100,12 @@ public class FT_FEC extends Algo
                        {
                                dep_min = 0 ;
                        }
+                       
+                       for( int i = 0 ; i < gl.getNbCluster() ; i++ )
+                       {
+                               gl.getClusters().get( i ).initMoreGNode() ;
+                       }
+                       
 
                        while( ! mapping_done )
                        {