Commit e1f9ee13 authored by jrgissing's avatar jrgissing
Browse files

fix1

parent 916ed717
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;