Changeset 376 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java


Ignore:
Timestamp:
04/16/2019 10:42:35 AM (7 years ago)
Author:
jdalbey
Message:

Coordinator.java Changed folder where sim elapsed time is written to conform to new directory organization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/Coordinator.java

    r356 r376  
    9797     */ 
    9898    public static final String kSimClockFilename = "webapps" +  
     99            System.getProperty("file.separator") + "dynamicdata" +  
    99100            System.getProperty("file.separator") + "sim_elapsedtime.json"; 
    100101    /** 
Note: See TracChangeset for help on using the changeset viewer.