use "body" list via Fix::extract() to correctly identify atoms in bodies
This commit is contained in:
@ -99,7 +99,7 @@ class Modify : protected Pointers {
|
||||
int find_fix_by_style(const char *);
|
||||
int check_package(const char *);
|
||||
int check_rigid_group_overlap(int);
|
||||
int check_rigid_region_overlap(class Region *);
|
||||
int check_rigid_region_overlap(int, class Region *);
|
||||
int check_rigid_list_overlap(int *);
|
||||
|
||||
void add_compute(int, char **, int trysuffix=1);
|
||||
|
||||
Reference in New Issue
Block a user