Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of bugs and new functionalities.
[mapping.git] / src / and / Mapping / Simple.java
index abf443d..8bf957a 100644 (file)
@@ -112,6 +112,9 @@ public class Simple extends Algo
                } else {
                        System.err.println( "\n\n!!! Unable to map application !\n\n" ) ;
                }
+               
+               /** Update in cluster the status of nodes **/
+               updateGrid() ;
        }
 
 
@@ -119,6 +122,11 @@ public class Simple extends Algo
        public GNode replaceNode(GNode replaced, ArrayList<GNode> _ag ) 
        {
                // TODO
+               
+               /** Update in cluster the status of nodes **/
+               updateGrid() ;
+               
+               
                return null ;
        }