Changeset 128 in tmcsimulator for trunk/src/atmsdriver/ATMSDriver.java
- Timestamp:
- 10/17/2017 09:11:22 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/ATMSDriver.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/ATMSDriver.java
r103 r128 6 6 import java.util.logging.Level; 7 7 import java.util.logging.Logger; 8 import tmcsim.common.SimulationException; 8 9 9 10 /** … … 73 74 .getProperty(PROPERTIES.EXCHANGE_FILE_NAME.name)); 74 75 75 highways.writeToFEP(); 76 try { 77 highways.writeToFEP(); 78 } catch (SimulationException ex) { 79 System.out.println("Skipping writeToFEP..."); 80 } 76 81 // Update if exchangeInfo is recieved 77 82 if (exInfo != null) {
Note: See TracChangeset
for help on using the changeset viewer.
