Fixed broken examples by adding NULL after stess/atom commands

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11786 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor
2014-04-14 21:08:05 +00:00
parent 5a26ea8238
commit 532a4e66fb
23 changed files with 23 additions and 23 deletions

View File

@ -87,7 +87,7 @@ compute coord all coord/atom $r
compute patom all pe/atom
compute pe all reduce sum c_patom
compute satom all stress/atom
compute satom all stress/atom NULL
compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)