Changeset 150 in tmcsimulator
- Timestamp:
- 10/18/2017 06:17:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/ConsoleDriver.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/ConsoleDriver.java
r139 r150 199 199 } 200 200 System.out.println(""); 201 try { 202 highways.writeToFEP(); 203 } catch (SimulationException ex) { 204 System.out.println("Skipping writeToFEP..."); 205 } 201 // Omit this since it's now running as a task in ATMSBatchDriver 202 // try { 203 // highways.writeToFEP(); 204 // } catch (SimulationException ex) { 205 // System.out.println("Skipping writeToFEP..."); 206 // } 206 207 } 207 208
Note: See TracChangeset
for help on using the changeset viewer.
