git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9524 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-02-18 17:00:25 +00:00
parent be4a5a8e54
commit f24bd36fe5
5 changed files with 52 additions and 8 deletions

View File

@ -31,6 +31,7 @@ class Variable : protected Pointers {
int atomstyle(int);
char *retrieve(char *);
double compute_equal(int);
double compute_equal(char *);
void compute_atom(int, int, double *, int, int);
int int_between_brackets(char *&);
double evaluate_boolean(char *);