mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7918 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5d7feb1f6a
commit
2c65b2923c
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue