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/tmcsim/utilities/BuildHighwayFile.java

    r338 r345  
    281281     * in loop file. 
    282282     */ 
    283     private void showLeftoverVDS() 
     283    public void showLeftoverVDS() 
    284284    { 
    285285        Set<String> vdsItems = vdsDict.keySet(); // get all the VDS ids 
     
    303303        app.createLanelookup(); 
    304304        app.createHighwayFile(); 
    305         app.showLeftoverVDS(); 
    306305        System.out.println("Build complete, output file: "+highwayFile); 
    307306    } 
Note: See TracChangeset for help on using the changeset viewer.