collapse multiple empty lines into a single empty line

This commit is contained in:
Axel Kohlmeyer
2020-03-10 15:56:11 -04:00
parent e643e88913
commit ae9255e057
718 changed files with 0 additions and 7932 deletions

View File

@ -6,7 +6,6 @@ fix python/invoke command
Syntax
""""""
.. parsed-literal::
fix ID group-ID python/invoke N callback function_name
@ -21,12 +20,9 @@ Syntax
*post_force* = callback after force computations on atoms every N time steps
*end_of_step* = callback after every N time steps
Examples
""""""""
.. parsed-literal::
python post_force_callback here """
@ -73,7 +69,6 @@ gives access to the LAMMPS state from Python.
Restrictions
""""""""""""
This fix is part of the PYTHON package. It is only enabled if LAMMPS
was built with that package. See the :doc:`Build package <Build_package>` doc page for more info.