From e1f9ee13478e6663167d383d0e5f092ee19803ae Mon Sep 17 00:00:00 2001 From: jrgissing Date: Sun, 6 May 2018 01:04:23 -0600 Subject: [PATCH] fix1 --- src/USER-MISC/fix_bond_react.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-MISC/fix_bond_react.cpp b/src/USER-MISC/fix_bond_react.cpp index c3d7866334..bd1d22aa1f 100644 --- a/src/USER-MISC/fix_bond_react.cpp +++ b/src/USER-MISC/fix_bond_react.cpp @@ -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;