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

This commit is contained in:
sjplimp
2008-04-09 16:41:47 +00:00
parent 30f801f5cb
commit d77150a8b7
2 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,11 @@ FixAveForce::FixAveForce(LAMMPS *lmp, int narg, char **arg) :
{
if (narg != 6) error->all("Illegal fix aveforce command");
vector_flag = 1;
size_vector = 3;
scalar_vector_freq = 1;
extvector = 1;
xflag = yflag = zflag = 1;
if (strcmp(arg[3],"NULL") == 0) xflag = 0;
else xvalue = atof(arg[3]);