Fix interactive output
This commit is contained in:
Binary file not shown.
@@ -532,9 +532,9 @@ public class UserInterface {
|
|||||||
sc.next();
|
sc.next();
|
||||||
}
|
}
|
||||||
//read object data from file
|
//read object data from file
|
||||||
GraphDataObjectReader dataReader = new GraphDataObjectReader(dataFile);
|
|
||||||
System.out.println("Reading data from file. This may take some time");
|
System.out.println("Reading data from file. This may take some time");
|
||||||
System.out.println("Time to read file is not included in simulation time data");
|
System.out.println("Time to read file is not included in simulation time data");
|
||||||
|
GraphDataObjectReader dataReader = new GraphDataObjectReader(dataFile);
|
||||||
GraphWithMapData data = dataReader.getData();
|
GraphWithMapData data = dataReader.getData();
|
||||||
//set source file name
|
//set source file name
|
||||||
data.setSourceFilename(dataFile);
|
data.setSourceFilename(dataFile);
|
||||||
|
|||||||
Reference in New Issue
Block a user