Skip to content
Snippets Groups Projects
Commit fb10ebcd authored by Louis's avatar Louis
Browse files

test ordi verdun+gitignore LM

parent e1699aab
No related branches found
No related tags found
No related merge requests found
...@@ -17,4 +17,7 @@ public class Coordonnees { ...@@ -17,4 +17,7 @@ public class Coordonnees {
//if ((o1 instanceof Entity) || (o2 instanceof Entity))return Math.sqrt(Math.pow(o1.coord.x - o2.coord.x, 2) + Math.pow(o1.coord.y - o2.coord.y,2)); //if ((o1 instanceof Entity) || (o2 instanceof Entity))return Math.sqrt(Math.pow(o1.coord.x - o2.coord.x, 2) + Math.pow(o1.coord.y - o2.coord.y,2));
return 0; return 0;
} }
public void testOrdiVerdun(){
System.out.println("test");
}
} }
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment