Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of some bugs.
[mapping.git] / src / and / Mapping / DefaultMapping.java
index 4123be8..9e10bf5 100644 (file)
@@ -82,8 +82,6 @@ public class DefaultMapping extends Algo
                        if( _ag.size() > 0 )
                        {
                                ret = _ag.get( 0 ) ;
-                               
-                               mp.getMapping().get( pos ).setGNode( ret ) ;
                        } else {
                                System.err.println( "Not enought available nodes in gnodes to replace one !" ) ;
                                return null ;