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 28f78f8..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 )
                        {
@@ -515,6 +521,12 @@ public class FT_FEC extends Algo
                                
                return ret ;
        }
+
+
+       @Override
+       public boolean setParams(Object[] _params) {
+               return true ;
+       }
        
 }