Commit 6d1ea2d0 authored by jrgissing's avatar jrgissing
Browse files

broke smooth restarts at some point. fixed

parent a37d718e
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -486,7 +486,6 @@ void FixBondReact::post_constructor()

  // create master_group if not already existing
  // NOTE: limit_tags and react_tags automaticaly intitialized to zero (unless read from restart)
  if (group->find(master_group) == -1) {
  group->find_or_create(master_group);
  char **newarg;
  newarg = new char*[5];
@@ -497,7 +496,6 @@ void FixBondReact::post_constructor()
  newarg[4] = (char *) "limit_tags";
  group->assign(5,newarg);
  delete [] newarg;
  }

  if (stabilization_flag == 1) {
    int igroup = group->find(exclude_group);