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

This commit is contained in:
sjplimp
2014-05-02 15:56:16 +00:00
parent fd5b627cf0
commit 48b8860e43
5 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@ FixNVE::FixNVE(LAMMPS *lmp, int narg, char **arg) :
if (strcmp(style,"nve/sphere") != 0 && narg < 3)
error->all(FLERR,"Illegal fix nve command");
dynamic_group_allow = 1;
time_integrate = 1;
}