Changeset 898 for trunk


Ignore:
Timestamp:
08/16/11 21:29:54 (13 years ago)
Author:
wschamai
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/constants/Constants.java

    r894 r898  
    147147    public static final String MACRO_size                   = "size";
    148148    public static final String MACRO_avg                    = "avg";
     149    public static final String MACRO_AND                    = "AND";
     150    public static final String MACRO_OR                     = "OR";
     151    public static final String MACRO_XOR                    = "XOR";
    149152   
    150153    // standard Modelica array reduction functions
     
    169172   
    170173}
     174
Note: See TracChangeset for help on using the changeset viewer.