Commit c3922c7e authored by jrgissing's avatar jrgissing
Browse files

rename package USER-REACTION

parent a36acf55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ Syntax
Examples
""""""""

For unabridged example scripts and files, see examples/USER/react.
For unabridged example scripts and files, see examples/USER/reaction.


.. parsed-literal::
@@ -149,7 +149,7 @@ constant-topology parts of your system separately. The dynamic group
contains only atoms not involved in a reaction at a given timestep,
and therefore should be used by a subsequent system-wide time
integrator such as nvt, npt, or nve, as shown in the second example
above (full examples can be found at examples/USER/react). The time
above (full examples can be found at examples/USER/reaction). The time
integration command should be placed after the fix bond/react command
due to the internal dynamic grouping performed by fix bond/react.

@@ -513,7 +513,7 @@ Restrictions
""""""""""""


This fix is part of the USER-REACT package.  It is only enabled if
This fix is part of the USER-REACTION package.  It is only enabled if
LAMMPS was built with that package.  See the
:doc:`Build package <Build_package>` doc page for more info.

Loading