git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5591 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -23,7 +23,7 @@ class Variable : protected Pointers {
|
||||
Variable(class LAMMPS *);
|
||||
~Variable();
|
||||
void set(int, char **);
|
||||
void set(char *, char *);
|
||||
void set(char *, int, char **);
|
||||
int next(int, char **);
|
||||
int find(char *);
|
||||
int equalstyle(int);
|
||||
|
||||
Reference in New Issue
Block a user