Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of bugs and new functionalities.
[mapping.git] / src / and / Mapping / QM.java
index 04f6a43..70799f2 100644 (file)
@@ -208,6 +208,9 @@ public class QM extends Algo
                } else {
                        System.err.println( "\n\n!!! Unable to map application !\n\n" ) ;
                }
+               
+               /** Update in cluster the status of nodes **/
+               updateGrid() ;
        }
        
        /**
@@ -509,6 +512,8 @@ public class QM extends Algo
        @Override
        public GNode replaceNode(GNode _dead, ArrayList<GNode> _ag ) 
        {
+               /** Update in cluster the status of nodes **/
+               updateGrid() ;
                return null;
        }