added functionity to lib interface

This commit is contained in:
Steve Plimpton
2016-12-13 16:22:17 -07:00
parent fb3f597f41
commit ae5764beac
28 changed files with 386 additions and 160 deletions

View File

@ -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