Changeset 90 in tmcsimulator for trunk/src/atmsdriver/NetworkLoader.java
- Timestamp:
- 10/10/2017 04:35:30 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/NetworkLoader.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/NetworkLoader.java
r84 r90 228 228 sc.nextInt(); // skip count 229 229 sc.nextInt(); // fwy 230 DIRECTION dir = DIRECTION. getEnum(sc.next()); // direction230 DIRECTION dir = DIRECTION.toDirection(sc.next()); // direction 231 231 sc.nextDouble(); 232 232 … … 261 261 scLine.nextInt(); // skip count 262 262 int fwy = scLine.nextInt(); // fwy 263 DIRECTION dir = DIRECTION. getEnum(scLine.next()); // direction263 DIRECTION dir = DIRECTION.toDirection(scLine.next()); // direction 264 264 double postmile = scLine.nextDouble(); 265 265 String ldsName = getLocation(strLine); /************* DOESNT GRAB WHOLE???? */////
Note: See TracChangeset
for help on using the changeset viewer.
