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

This commit is contained in:
sjplimp
2007-12-13 18:16:04 +00:00
parent f07b480280
commit 22a477c3d2
4 changed files with 242 additions and 90 deletions

View File

@ -26,6 +26,7 @@ class Variable : protected Pointers {
void set(char *, char *);
int next(int, char **);
int find(char *);
int peratom(int);
char *retrieve(char *);
void build_parse_tree(int);