Changeset 128 in tmcsimulator for trunk/src/atmsdriver/ConsoleDriver.java
- Timestamp:
- 10/17/2017 09:11:22 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/ConsoleDriver.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/ConsoleDriver.java
r127 r128 13 13 import java.util.logging.Level; 14 14 import java.util.logging.Logger; 15 import tmcsim.common.SimulationException; 15 16 16 17 /** … … 198 199 } 199 200 System.out.println(""); 200 highways.writeToFEP(); 201 try { 202 highways.writeToFEP(); 203 } catch (SimulationException ex) { 204 System.out.println("Skipping writeToFEP..."); 205 } 201 206 } 202 207
Note: See TracChangeset
for help on using the changeset viewer.
