Changeset 416 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java
- Timestamp:
- 06/18/2019 10:56:55 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/Coordinator.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/Coordinator.java
r407 r416 98 98 * The name of the file where the simulation clock time is written 99 99 */ 100 private String kSimClockFilename = "webapps" + 101 System.getProperty("file.separator") + "dynamicdata" + 102 System.getProperty("file.separator") + "sim_elapsedtime.json"; 100 private String kSimClockFilename; 103 101 /** 104 102 * Error logger. … … 125 123 * Constructor. Call UnicastRemoteObject constructor and call 126 124 * initializeSimulation. 127 * 125 * @param simTimeFilename name of the file where the simulation clock time is written 128 126 * @throws RemoteException 129 127 */
Note: See TracChangeset
for help on using the changeset viewer.
