Browse Source

Fix path name in Launch.

Mikael Capelle 6 years ago
parent
commit
72f08def1b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/org/insa/base/Launch.java

+ 1
- 1
src/main/org/insa/base/Launch.java View File

@@ -42,7 +42,7 @@ public class Launch {
42 42
 
43 43
         // Visit these directory to see the list of available files on Commetud.
44 44
         String mapName = "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps/insa.mapgr";
45
-        String pathName = "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/path/path_fr31insa_rangueil_r2.path";
45
+        String pathName = "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths/path_fr31insa_rangueil_r2.path";
46 46
 
47 47
         // Create a graph reader.
48 48
         GraphReader reader = new BinaryGraphReader(

Loading…
Cancel
Save