git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3927 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -552,7 +552,6 @@ void Modify::add_fix(int narg, char **arg)
|
|||||||
if (fix[ifix]->igroup != igroup && comm->me == 0)
|
if (fix[ifix]->igroup != igroup && comm->me == 0)
|
||||||
error->warning("Replacing a fix, but new group != old group");
|
error->warning("Replacing a fix, but new group != old group");
|
||||||
delete fix[ifix];
|
delete fix[ifix];
|
||||||
atom->update_callback(ifix);
|
|
||||||
fix[ifix] = NULL;
|
fix[ifix] = NULL;
|
||||||
} else {
|
} else {
|
||||||
newflag = 1;
|
newflag = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user