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

This commit is contained in:
sjplimp
2014-05-15 15:51:22 +00:00
parent 474a7279e2
commit db0cac35a2
3 changed files with 1 additions and 38 deletions

View File

@ -90,8 +90,6 @@ class Variable : protected Pointers {
void atom_vector(char *, Tree **, Tree **, int &);
int is_constant(char *);
double constant(char *);
double numeric(char *);
int inumeric(char *);
char *find_next_comma(char *);
void print_tree(Tree *, int);
};