Unverified Commit cf64ba40 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

whitespace cleanup

parent 69a206f7
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -35,11 +35,9 @@ Syntax
       *path* value = path to check for free space (may be in quotes)



Examples
""""""""


.. code-block:: LAMMPS

   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
hstyle = bondmax option.


.. code-block:: LAMMPS

   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:


.. code-block:: LAMMPS

   fix 10 all halt 1 bondmax > 1.5
@@ -128,10 +124,8 @@ it is "false".

The specified *avalue* must be a numeric value.


----------


The optional *error* keyword determines how the current run is halted.
If its value is *hard*\ , then LAMMPS will stop with an error message.

+1 −1

File changed.

Contains only whitespace changes.