Changeset 150 in tmcsimulator


Ignore:
Timestamp:
10/18/2017 06:17:09 PM (9 years ago)
Author:
jdalbey
Message:

ConsoleDriver?: Removed writeToFEP call since it's now handled by thread in ATMSBatchDriver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/ConsoleDriver.java

    r139 r150  
    199199        } 
    200200        System.out.println(""); 
    201         try { 
    202             highways.writeToFEP(); 
    203         } catch (SimulationException ex) { 
    204             System.out.println("Skipping writeToFEP..."); 
    205         } 
     201      //  Omit this since it's now running as a task in ATMSBatchDriver 
     202//        try { 
     203//            highways.writeToFEP(); 
     204//        } catch (SimulationException ex) { 
     205//            System.out.println("Skipping writeToFEP..."); 
     206//        } 
    206207    } 
    207208     
Note: See TracChangeset for help on using the changeset viewer.