Ignore:
Timestamp:
10/15/2017 03:59:42 PM (9 years ago)
Author:
jdalbey
Message:

Multiple renaming of classes to improve clarity. Remove check for Paramics running before starting sim.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/viewer/model/CADSimulatorState.java

    r44 r123  
    1515 */ 
    1616@SuppressWarnings("serial") 
    17 public class CADSimulatorModel 
     17public class CADSimulatorState 
    1818{ 
    1919 
     
    2424     * Constructor. 
    2525     */ 
    26     public CADSimulatorModel() 
     26    public CADSimulatorState() 
    2727    { 
    2828        simStatus = new CADSimulatorStatus(); 
Note: See TracChangeset for help on using the changeset viewer.