This commit is contained in:
jrgissing 2018-05-06 01:04:23 -06:00
parent 916ed71760
commit e1f9ee1347
1 changed files with 2 additions and 2 deletions

View File

@ -876,10 +876,10 @@ void FixBondReact::close_partner()
double **x = atom->x;
tagint *tag = atom->tag;
tagint *type = atom->type;
int *type = atom->type;
int *mask = atom->mask;
int **nspecial = atom->nspecial;
int **special = atom->special;
tagint **special = atom->special;
// per-atom property indicating if in bond/react master group
int flag;