Unverified Commit 8ac2da79 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo in fix ave/atom docs

parent 5500198b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]

+1 −1
Original line number Diff line number Diff line
@@ -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