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

This commit is contained in:
sjplimp 2012-03-06 15:26:15 +00:00
parent 5d7feb1f6a
commit 2c65b2923c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ComputeStressAtom::ComputeStressAtom(LAMMPS *lmp, int narg, char **arg) :
else if (strcmp(arg[iarg],"virial") == 0) {
pairflag = 1;
bondflag = angleflag = dihedralflag = improperflag = 1;
fixflag = 1;
kspaceflag = fixflag = 1;
} else error->all(FLERR,"Illegal compute stress/atom command");
iarg++;
}