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

This commit is contained in:
sjplimp
2011-05-27 23:28:19 +00:00
parent c2aca39265
commit bdb3b9eb5e
2 changed files with 24 additions and 6 deletions

View File

@ -83,6 +83,7 @@ class Variable : protected Pointers {
double constant(char *);
double numeric(char *);
int inumeric(char *);
char *find_next_comma(char *);
void print_tree(Tree *, int);
};