convert all remaining compute styles to use code-block instead of parsed literal

This commit is contained in:
Axel Kohlmeyer
2020-03-12 01:56:13 -04:00
parent c6f846b925
commit 23a402ddd3
98 changed files with 165 additions and 165 deletions

View File

@ -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:**