Changeset 345 in tmcsimulator for trunk/src/atmsdriver/model/Highways.java
- Timestamp:
- 03/24/2019 09:48:29 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/Highways.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highways.java
r343 r345 181 181 182 182 // postmiles increase from s to n and w to e 183 // if the direction is south or west183 // handle increasing postmile directinons (north or east) 184 184 if (direction.equals(Station.DIRECTION.NORTH) || direction.equals(Station.DIRECTION.EAST)) 185 185 { … … 201 201 } 202 202 } 203 } // if the direction is north or east 203 } 204 // handle decreasing postmile directions (south or west) 204 205 else 205 206 {
Note: See TracChangeset
for help on using the changeset viewer.
