Unverified Commit 23a402dd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent c6f846b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Syntax
Examples
""""""""

.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all temp
   compute newtemp flow temp/partial 1 1 0
@@ -129,7 +129,7 @@ Three computes are always created, named "thermo\_temp",
"thermo\_press", and "thermo\_pe", as if these commands had been invoked
in the input script:

.. parsed-literal::
.. code-block:: LAMMPS

   compute thermo_temp all temp
   compute thermo_press all pressure thermo_temp
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Syntax
Examples
""""""""

.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all erotate/asphere

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Syntax
Examples
""""""""

.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all erotate/rigid myRigid

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Syntax
Examples
""""""""

.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all erotate/sphere

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Syntax
Examples
""""""""

.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all erotate/sphere/atom

Loading