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

This commit is contained in:
sjplimp 2009-08-18 18:11:26 +00:00
parent 70c91c3392
commit 5b066edbc4
4 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@ FixDeform::FixDeform(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
box_change = 1;
no_change_box = 1;
time_depend = 1;
nevery = atoi(arg[3]);
if (nevery <= 0) error->all("Illegal fix deform command");

View File

@ -44,7 +44,6 @@ FixLangevin::FixLangevin(LAMMPS *lmp, int narg, char **arg) :
{
if (narg < 7) error->all("Illegal fix langevin command");
time_depend = 1;
scalar_flag = 1;
scalar_vector_freq = 1;
extscalar = 1;

View File

@ -35,7 +35,6 @@ FixWallLJ126::FixWallLJ126(LAMMPS *lmp, int narg, char **arg) :
{
if (narg < 8) error->all("Illegal fix wall/lj126 command");
time_depend = 1;
scalar_flag = 1;
vector_flag = 1;
size_vector = 3;

View File

@ -31,7 +31,6 @@ FixWallLJ93::FixWallLJ93(LAMMPS *lmp, int narg, char **arg) :
{
if (narg < 8) error->all("Illegal fix wall/lj93 command");
time_depend = 1;
scalar_flag = 1;
vector_flag = 1;
size_vector = 3;