Skip to content
Snippets Groups Projects
Commit 46b23dc1 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1009 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 6f7cb4c1
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ FixRecenter::FixRecenter(LAMMPS *lmp, int narg, char **arg) : ...@@ -57,7 +57,7 @@ FixRecenter::FixRecenter(LAMMPS *lmp, int narg, char **arg) :
int iarg = 6; int iarg = 6;
while (iarg < narg) { while (iarg < narg) {
if (strcmp(arg[iarg],"shift") == 0) { if (strcmp(arg[iarg],"shift") == 0) {
int igroup2 = group->find(arg[iarg]); int igroup2 = group->find(arg[iarg+1]);
if (igroup2 < 0) error->all("Could not find fix recenter group ID"); if (igroup2 < 0) error->all("Could not find fix recenter group ID");
group2bit = group->bitmask[igroup2]; group2bit = group->bitmask[igroup2];
iarg += 2; iarg += 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment