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

This commit is contained in:
sjplimp
2010-11-18 17:28:47 +00:00
parent 37b51e682f
commit 31e65b4e72
3 changed files with 303 additions and 95 deletions

View File

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