Unverified Commit 5634dd43 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct formatting of examples

parent f7071771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ Examples
   compute 1 all reduce sum c_force
   compute 1 all reduce/region subbox sum c_force
   compute 2 all reduce min c_press[2] f_ave v_myKE
   compute 2 all reduce min c_press[\*] f_ave v_myKE
   compute 2 all reduce min c_press[*] f_ave v_myKE
   compute 3 fluid reduce max c_index[1] c_index[2] c_dist replace 1 3 replace 2 3

Description
+4 −2
Original line number Diff line number Diff line
@@ -28,14 +28,16 @@ Syntax
       origin = *lower* or *center* or *upper* or coordinate value (distance units) is the position of the first plane
       delta = value (distance units) is the distance between planes

.. code-block:: LAMMPS

   compute 1 all stress/mop x lower total
   compute 1 liquid stress/mop z 0.0 kin conf
   fix 1 all ave/time 10 1000 10000 c_1[\*] file mop.time
   fix 1 all ave/time 10 1000 10000 c_1[*] file mop.time
   fix 1 all ave/time 10 1000 10000 c_1[2] file mop.time

   compute 1 all stress/mop/profile x lower 0.1 total
   compute 1 liquid stress/mop/profile z 0.0 0.25 kin conf
   fix 1 all ave/time 500 20 10000 c_1[\*] ave running overwrite file mopp.time mode vector
   fix 1 all ave/time 500 20 10000 c_1[*] ave running overwrite file mopp.time mode vector

Description
"""""""""""