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

This commit is contained in:
sjplimp
2014-12-17 16:07:34 +00:00
parent 4ad3d52152
commit 3337a367c0
4 changed files with 38 additions and 23 deletions

View File

@ -33,7 +33,7 @@ class Variable : protected Pointers {
double compute_equal(int);
double compute_equal(char *);
void compute_atom(int, int, double *, int, int);
int int_between_brackets(char *&, int);
tagint int_between_brackets(char *&, int);
double evaluate_boolean(char *);
void equal_save(int, char *&);
@ -90,7 +90,7 @@ class Variable : protected Pointers {
int region_function(char *);
int special_function(char *, char *, Tree **, Tree **,
int &, double *, int &);
void peratom2global(int, char *, double *, int, int,
void peratom2global(int, char *, double *, int, tagint,
Tree **, Tree **, int &, double *, int &);
int is_atom_vector(char *);
void atom_vector(char *, Tree **, Tree **, int &);