Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of some bugs.
[mapping.git] / src / and / Mapping / Mapping.java
index 69593db..1136d55 100644 (file)
@@ -240,7 +240,7 @@ public class Mapping implements Serializable
                {
                        if( mapping.get( i ).getGNode().getId() == _g.getId() )
                        {
-                               i = ret ;
+                               ret = i ;
                                break ;
                        }
                }