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

This commit is contained in:
sjplimp
2013-01-25 22:21:24 +00:00
parent 807f72a6b0
commit c799bb03d5
5 changed files with 50 additions and 14 deletions

View File

@ -182,7 +182,7 @@ FixWall::FixWall(LAMMPS *lmp, int narg, char **arg) :
}
// set xflag if any wall positions are variable
// set vflag if any wall positions are variable
// set vflag if any wall positions or parameters are variable
// set wstyle to VARIABLE if either epsilon or sigma is a variable
vflag = xflag = 0;