- Timestamp:
- 10/30/2017 06:35:42 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
atmsdriver/model/LoopDetector.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/LoopDetector.java
r190 r202 88 88 build.append(" "); 89 89 build.append(this.vol); 90 build.append(" "); 90 91 } 91 else 92 { 93 build.append(this.loopLocation); 94 } 92 build.append(this.loopLocation); 95 93 build.append("\n"); 96 94 return build.toString(); -
trunk/src/tmcsim/application.properties
r195 r202 1 #Mon, 30 Oct 2017 00:56:17-07001 #Mon, 30 Oct 2017 19:17:39 -0700 2 2 3 Application.revision=19 03 Application.revision=195 4 4 5 Application.buildnumber=6 75 Application.buildnumber=68
Note: See TracChangeset
for help on using the changeset viewer.
