added functionity to lib interface
This commit is contained in:
@ -80,7 +80,7 @@ class Variable : protected Pointers {
|
||||
|
||||
class Python *python; // ptr to embedded Python interpreter
|
||||
|
||||
struct Tree { // parse tree for atom-style or vector-style variables
|
||||
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
|
||||
int *iarray; // per-atom list of ints
|
||||
|
||||
Reference in New Issue
Block a user