forked from lijiext/lammps
Merge pull request #2133 from ThFriedrich/master
Added missing and correct a few existing "Syntax" and "Examples" labels in docs
This commit is contained in:
commit
3b1219f0f5
|
@ -6,6 +6,9 @@ fix orient/fcc command
|
||||||
fix orient/bcc command
|
fix orient/bcc command
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
Syntax
|
||||||
|
""""""
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
fix ID group-ID orient/fcc nstats dir alat dE cutlo cuthi file0 file1
|
fix ID group-ID orient/fcc nstats dir alat dE cutlo cuthi file0 file1
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
fix poems command
|
fix poems command
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Syntax:
|
Syntax
|
||||||
|
""""""
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
fix rhok command
|
fix rhok command
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Syntax
|
||||||
|
""""""
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
fix ID group-ID rhok nx ny nz K a
|
fix ID group-ID rhok nx ny nz K a
|
||||||
|
|
|
@ -28,7 +28,9 @@ Syntax
|
||||||
* flagHI (optional) = 0/1 to exclude/include 1/r hydrodynamic interactions
|
* flagHI (optional) = 0/1 to exclude/include 1/r hydrodynamic interactions
|
||||||
* flagVF (optional) = 0/1 to exclude/include volume fraction corrections in the long-range isotropic terms
|
* flagVF (optional) = 0/1 to exclude/include volume fraction corrections in the long-range isotropic terms
|
||||||
|
|
||||||
**Examples:** (all assume radius = 1)
|
Examples
|
||||||
|
""""""""
|
||||||
|
(all assume radius = 1)
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,9 @@ Syntax
|
||||||
* flagHI (optional) = 0/1 to exclude/include 1/r hydrodynamic interactions
|
* flagHI (optional) = 0/1 to exclude/include 1/r hydrodynamic interactions
|
||||||
* flagVF (optional) = 0/1 to exclude/include volume fraction corrections in the long-range isotropic terms
|
* flagVF (optional) = 0/1 to exclude/include volume fraction corrections in the long-range isotropic terms
|
||||||
|
|
||||||
**Examples:** (all assume radius = 1)
|
Examples
|
||||||
|
""""""""
|
||||||
|
(all assume radius = 1)
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,8 @@ Syntax
|
||||||
*angle* value = *yes* or *no*
|
*angle* value = *yes* or *no*
|
||||||
*dihedral* value = *yes* or *no*
|
*dihedral* value = *yes* or *no*
|
||||||
|
|
||||||
Examples:
|
Examples
|
||||||
|
""""""""
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue