git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10300 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-07-23 16:13:20 +00:00
parent ffa635cb91
commit dda38788f7
11 changed files with 29 additions and 19 deletions

View File

@ -50,7 +50,6 @@ FixDeform::FixDeform(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
{
if (narg < 4) error->all(FLERR,"Illegal fix deform command");
box_change = 1;
no_change_box = 1;
nevery = force->inumeric(FLERR,arg[3]);