Fixed /mnt/commetud (instead of /home/commetud)
This commit is contained in:
		| @@ -46,8 +46,8 @@ public class Launch { | ||||
|     public static void main(String[] args) throws Exception { | ||||
|  | ||||
|         // Visit these directory to see the list of available files on Commetud. | ||||
|         final String mapName = "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps/insa.mapgr"; | ||||
|         final String pathName = "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths/path_fr31insa_rangueil_r2.path"; | ||||
|         final String mapName = "/mnt/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps/insa.mapgr"; | ||||
|         final String pathName = "/mnt/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths/path_fr31insa_rangueil_r2.path"; | ||||
|  | ||||
|         // Create a graph reader. | ||||
|         final GraphReader reader = new BinaryGraphReader( | ||||
|   | ||||
| @@ -59,9 +59,9 @@ public class FileUtils { | ||||
|     static { | ||||
|         // Populate folderToEntry | ||||
|         folderToEntry.put(FolderType.Map, new PreferencesEntry("DefaultMapFolder", | ||||
|                 "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps")); | ||||
|                 "/mnt/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps")); | ||||
|         folderToEntry.put(FolderType.PathInput, new PreferencesEntry("DefaultPathInputFolder", | ||||
|                 "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths")); | ||||
|                 "/mnt/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths")); | ||||
|         folderToEntry.put(FolderType.PathOutput, | ||||
|                 new PreferencesEntry("DefaultPathOutputsFolder", "paths")); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user