added XOR operator to variable command

This commit is contained in:
Steve Plimpton
2016-10-03 17:57:33 -06:00
parent e2c7acabac
commit c3ff8812b3
7 changed files with 64 additions and 31 deletions

View File

@ -78,8 +78,8 @@ class Variable : protected Pointers {
class RanMars *randomequal; // random number generator for equal-style vars
class RanMars *randomatom; // random number generator for atom-style vars
int precedence[17]; // precedence level of math operators
// set length to include up to OR in enum
int precedence[18]; // precedence level of math operators
// set length to include up to XOR in enum
class Python *python; // ptr to embedded Python interpreter