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