git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7003 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -28,7 +28,7 @@ FixNVE::FixNVE(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix(lmp, narg, arg)
|
||||
{
|
||||
if (strcmp(style,"nve/sphere") != 0 && narg < 3)
|
||||
error->all("Illegal fix nve command");
|
||||
error->all(FLERR,"Illegal fix nve command");
|
||||
|
||||
time_integrate = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user