git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7918 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -69,7 +69,7 @@ ComputeStressAtom::ComputeStressAtom(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
else if (strcmp(arg[iarg],"virial") == 0) {
|
else if (strcmp(arg[iarg],"virial") == 0) {
|
||||||
pairflag = 1;
|
pairflag = 1;
|
||||||
bondflag = angleflag = dihedralflag = improperflag = 1;
|
bondflag = angleflag = dihedralflag = improperflag = 1;
|
||||||
fixflag = 1;
|
kspaceflag = fixflag = 1;
|
||||||
} else error->all(FLERR,"Illegal compute stress/atom command");
|
} else error->all(FLERR,"Illegal compute stress/atom command");
|
||||||
iarg++;
|
iarg++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user