use "body" list via Fix::extract() to correctly identify atoms in bodies

This commit is contained in:
Axel Kohlmeyer
2017-06-05 15:48:23 -04:00
parent 968de8548c
commit 90ca0852c7
2 changed files with 28 additions and 10 deletions

View File

@ -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);