From 8ac2da792c26b4e4fdf03895d84ad6e00226e622 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 6 Jan 2020 16:18:23 -0500 Subject: [PATCH] fix typo in fix ave/atom docs --- doc/src/fix_ave_atom.rst | 2 +- doc/txt/fix_ave_atom.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/fix_ave_atom.rst b/doc/src/fix_ave_atom.rst index 2886eb8f4e..3a066ab55b 100644 --- a/doc/src/fix_ave_atom.rst +++ b/doc/src/fix_ave_atom.rst @@ -88,7 +88,7 @@ command creates a per-atom array with 6 columns: compute my_stress all stress/atom NULL fix 1 all ave/atom 10 20 1000 c_my_stress[\*] - fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[1] & + fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[2] & c_my_stress[3] c_my_stress[4] & c_my_stress[5] c_my_stress[6] diff --git a/doc/txt/fix_ave_atom.txt b/doc/txt/fix_ave_atom.txt index 10deaf64cd..596f9ee46c 100644 --- a/doc/txt/fix_ave_atom.txt +++ b/doc/txt/fix_ave_atom.txt @@ -80,7 +80,7 @@ command creates a per-atom array with 6 columns: compute my_stress all stress/atom NULL fix 1 all ave/atom 10 20 1000 c_my_stress\[*\] -fix 1 all ave/atom 10 20 1000 c_my_stress\[1\] c_my_stress\[1\] & +fix 1 all ave/atom 10 20 1000 c_my_stress\[1\] c_my_stress\[2\] & c_my_stress\[3\] c_my_stress\[4\] & c_my_stress\[5\] c_my_stress\[6\] :pre