Changeset 66 in tmcsimulator for trunk


Ignore:
Timestamp:
03/16/2017 01:49:52 PM (9 years ago)
Author:
jdalbey
Message:

Import Paramics Simulator.

Location:
trunk
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/application.properties

    r65 r66  
    1 #Thu, 16 Mar 2017 08:31:30 -0700 
     1#Thu, 16 Mar 2017 12:41:52 -0700 
    22 
    3 Application.revision=64 
     3Application.revision=65 
    44 
    5 Application.buildnumber=45 
     5Application.buildnumber=46 
  • trunk/src/tmcsim/client/cadclientgui/data/CADData.java

    r65 r66  
    233233            toUnitTableVector.add(units.get(i).toVector()); 
    234234        } 
     235        // Exception occurred here: http://pastebin.com/fvifM5i8 
    235236        unitStatusTableModel 
    236237                .setDataVector(toUnitTableVector, unitStatusHeaders); 
Note: See TracChangeset for help on using the changeset viewer.