X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/b927e5a90765eb39b8f2b02706e522c7db8fce3e..c5259b6a754655006e41cae8ff32292b7eee4913:/src/and/Mapping/QM.java diff --git a/src/and/Mapping/QM.java b/src/and/Mapping/QM.java index 04f6a43..70799f2 100644 --- a/src/and/Mapping/QM.java +++ b/src/and/Mapping/QM.java @@ -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 _ag ) { + /** Update in cluster the status of nodes **/ + updateGrid() ; return null; }