Changeset 168 in tmcsimulator for trunk/src/atmsdriver


Ignore:
Timestamp:
10/23/2017 03:56:44 PM (9 years ago)
Author:
jdalbey
Message:

Station.java Fix "OP" typo. ATMSBatchViewer Change panel width.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/model/Station.java

    r127 r168  
    7272        for(LoopDetector loop : loops) 
    7373        { 
    74             if(loop.loopLocation.startsWith("OP")) 
     74            if(loop.loopLocation.startsWith("OS")) 
    7575            { 
    7676                oppTotVol += loop.vol; 
     
    154154    public void updateByDirection(DIRECTION direction, DOTCOLOR dotColor)  
    155155    { 
    156         String laneDir = "OPP"; 
     156        String laneDir = "OS"; 
    157157        if(direction.equals(this.direction)) 
    158158        { 
Note: See TracChangeset for help on using the changeset viewer.