Changeset 118 in tmcsimulator for trunk/src/atmsdriver/model/LoopDetector.java
- Timestamp:
- 10/14/2017 11:07:08 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/LoopDetector.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/LoopDetector.java
r114 r118 34 34 35 35 /* Init dynamic data */ 36 this.vol = 100;36 this.vol = 0; 37 37 this.spd = 0; 38 this.occ = 100;38 this.occ = 0; 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.
