Changeset 143 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/CadData.java


Ignore:
Timestamp:
01/04/2018 11:09:52 AM (8 years ago)
Author:
bmcguffin
Message:

Header_TruncLoc and Header_FullLoc have default values in class CadData?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/CadData.java

    r142 r143  
    2222    public String Header_Beat = ""; 
    2323 
    24     public String Header_TruncLoc = ""; 
     24    public String Header_TruncLoc = "Default Location (short)"; 
    2525 
    26     public String Header_FullLoc = ""; 
     26    public String Header_FullLoc = "Default Location (long)"; 
    2727 
    2828    public String Master_Inc_Num = ""; 
Note: See TracChangeset for help on using the changeset viewer.