whitespace cleanup
This commit is contained in:
@ -35,11 +35,9 @@ Syntax
|
|||||||
*path* value = path to check for free space (may be in quotes)
|
*path* value = path to check for free space (may be in quotes)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
""""""""
|
""""""""
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
fix 10 all halt 1 bondmax > 1.5
|
fix 10 all halt 1 bondmax > 1.5
|
||||||
@ -101,7 +99,6 @@ computing some attribute of the current system. For example, the
|
|||||||
following "bondmax" variable will calculate the same quantity as the
|
following "bondmax" variable will calculate the same quantity as the
|
||||||
hstyle = bondmax option.
|
hstyle = bondmax option.
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
compute bdist all bond/local dist
|
compute bdist all bond/local dist
|
||||||
@ -110,7 +107,6 @@ hstyle = bondmax option.
|
|||||||
|
|
||||||
Thus these two versions of a fix halt command will do the same thing:
|
Thus these two versions of a fix halt command will do the same thing:
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: LAMMPS
|
.. code-block:: LAMMPS
|
||||||
|
|
||||||
fix 10 all halt 1 bondmax > 1.5
|
fix 10 all halt 1 bondmax > 1.5
|
||||||
@ -128,10 +124,8 @@ it is "false".
|
|||||||
|
|
||||||
The specified *avalue* must be a numeric value.
|
The specified *avalue* must be a numeric value.
|
||||||
|
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
||||||
The optional *error* keyword determines how the current run is halted.
|
The optional *error* keyword determines how the current run is halted.
|
||||||
If its value is *hard*\ , then LAMMPS will stop with an error message.
|
If its value is *hard*\ , then LAMMPS will stop with an error message.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user