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

@ -28,6 +28,8 @@ FixNVE::FixNVE(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg)
{
if (narg != 3) error->all("Illegal fix nve command");
time_integrate = 1;
}
/* ---------------------------------------------------------------------- */