| 119 |  | const static int comparator        = (1 << 13) | expression; | 
| 120 |  | const static int predefinedset     = (1 << 14) | expression; | 
| 121 |  | const  static int embeddedExpression= (1 << 15); // embedded expression | 
| 122 | < |  | 
| 122 | > | const static int index = (1 << 16) | expression; | 
| 123 |  | // rasmol commands | 
| 124 |  | const static int define       = command | expressionCommand |1; | 
| 125 |  | const static int select       = command |expressionCommand |2 ; | 
| 140 |  | const static int all          = expression | 9 ; | 
| 141 |  | const static int none      = expression | 10; | 
| 142 |  | const static int name            =  expression |11; | 
| 143 | < |  | 
| 143 | > | const static int to                = expression | 12; | 
| 144 |  | // miguel 2005 01 01 | 
| 145 |  | // these are used to demark the beginning and end of expressions | 
| 146 |  | // they do not exist in the source code, but are emitted by the | 
| 150 |  |  | 
| 151 |  | const static int mass         = atomproperty | 0; | 
| 152 |  | const static int charge       = atomproperty | 1; | 
| 153 | – | const static int dipole       = atomproperty | 2; | 
| 153 |  |  | 
| 154 |  | const static int opGT         = comparator |  0; | 
| 155 |  | const static int opGE         = comparator |  1; |