git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -31,7 +31,7 @@ class Group : protected Pointers {
|
||||
~Group();
|
||||
void assign(int, char **); // assign atoms to a group
|
||||
void create(char *, int *); // add flagged atoms to a group
|
||||
int find(char *); // lookup name in list of groups
|
||||
int find(const char *); // lookup name in list of groups
|
||||
void write_restart(FILE *);
|
||||
void read_restart(FILE *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user