convert all remaining compute styles to use code-block instead of parsed literal
This commit is contained in:
@ -17,7 +17,7 @@ Syntax
|
||||
Examples
|
||||
""""""""
|
||||
|
||||
.. parsed-literal::
|
||||
.. code-block:: LAMMPS
|
||||
|
||||
compute 1 fluid vcm/chunk molchunk
|
||||
|
||||
@ -51,11 +51,11 @@ The simplest way to output the results of the compute vcm/chunk
|
||||
calculation to a file is to use the :doc:`fix ave/time <fix_ave_time>`
|
||||
command, for example:
|
||||
|
||||
.. parsed-literal::
|
||||
.. code-block:: LAMMPS
|
||||
|
||||
compute cc1 all chunk/atom molecule
|
||||
compute myChunk all vcm/chunk cc1
|
||||
fix 1 all ave/time 100 1 100 c_myChunk[\*] file tmp.out mode vector
|
||||
fix 1 all ave/time 100 1 100 c_myChunk[*] file tmp.out mode vector
|
||||
|
||||
**Output info:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user