Test
This commit is contained in:
parent
f9ae5db9f6
commit
fa261c3042
1 changed files with 2 additions and 4 deletions
|
@ -19,11 +19,9 @@ import structure.Router;
|
|||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
<<<<<<< HEAD
|
||||
|
||||
Grid g=new Grid(Grid.Protocol.DSDV);
|
||||
=======
|
||||
Grid g=new Grid(Grid.Protocol.AODV);
|
||||
>>>>>>> bd27005eadf8c9526bf0167ea19a2d949bcca1f9
|
||||
|
||||
|
||||
// Build Graph for graphstream
|
||||
MyGraph gr=new MyGraph("Routage Oportuniste", g);
|
||||
|
|
Loading…
Add table
Reference in a new issue