Changeset 123 in tmcsimulator for trunk/src/tmcsim/cadsimulator/viewer/model/CADSimulatorState.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/viewer/model/CADSimulatorState.java
r44 r123 15 15 */ 16 16 @SuppressWarnings("serial") 17 public class CADSimulator Model17 public class CADSimulatorState 18 18 { 19 19 … … 24 24 * Constructor. 25 25 */ 26 public CADSimulator Model()26 public CADSimulatorState() 27 27 { 28 28 simStatus = new CADSimulatorStatus();
Note: See TracChangeset
for help on using the changeset viewer.
