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 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java

    r47 r123  
    2525{ 
    2626 
    27     private static CADSimulator app = null; 
     27    private static CADServer app = null; 
    2828    private CADConsoleViewer console; 
    2929    private StringWriter sw; 
     
    4343            try 
    4444            { 
    45                 app = new CADSimulator("config.txt"); 
     45                app = new CADServer("config.txt"); 
    4646            } catch (Exception ex) 
    4747            { 
Note: See TracChangeset for help on using the changeset viewer.