Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of fault tolerance in Default Mapping.
[mapping.git] / src / and / Mapping / Simple.java
index e320082..abf443d 100644 (file)
@@ -124,7 +124,7 @@ public class Simple extends Algo
 
 
        @Override
-       public GNode getOtherGNode() {
+       public GNode getOtherGNode( ArrayList<GNode> _ag ) {
                // TODO Auto-generated method stub
                return null;
        }