Changeset 345 in tmcsimulator for trunk/src/atmsdriver/model/Highways.java


Ignore:
Timestamp:
03/24/2019 09:48:29 AM (7 years ago)
Author:
jdalbey
Message:

minor changes to output messages to get unit tests to pass. All passing now.

File:
1 edited

Legend:

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

    r343 r345  
    181181 
    182182        // postmiles increase from s to n and w to e 
    183         // if the direction is south or west 
     183        // handle increasing postmile directinons (north or east) 
    184184        if (direction.equals(Station.DIRECTION.NORTH) || direction.equals(Station.DIRECTION.EAST)) 
    185185        { 
     
    201201                } 
    202202            } 
    203         } // if the direction is north or east  
     203        }  
     204        // handle decreasing postmile directions (south or west)  
    204205        else 
    205206        { 
Note: See TracChangeset for help on using the changeset viewer.