Refactor PYTHON package and wrapper classes

This commit is contained in:
Richard Berger
2017-04-11 21:22:30 -04:00
parent 9a027a01da
commit 2d8bce78a6
11 changed files with 280 additions and 58 deletions

View File

@ -78,8 +78,6 @@ class Variable : protected Pointers {
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
struct Tree { // parse tree for atom-style or vector-style vars
double value; // single scalar
double *array; // per-atom or per-type list of doubles