From 2c65b2923ce73524ba10b3a27881cc748d1d73d4 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 6 Mar 2012 15:26:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7918 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/compute_stress_atom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_stress_atom.cpp b/src/compute_stress_atom.cpp index e93a468670..f640698700 100644 --- a/src/compute_stress_atom.cpp +++ b/src/compute_stress_atom.cpp @@ -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++; }