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

This commit is contained in:
sjplimp
2008-04-04 23:18:14 +00:00
parent 0e511f1619
commit 1108e91261
8 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,7 @@ FixNVELimit::FixNVELimit(LAMMPS *lmp, int narg, char **arg) :
{
if (narg != 4) error->all("Illegal fix nve/limit command");
time_integrate = 1;
scalar_flag = 1;
scalar_vector_freq = 1;
extscalar = 1;