diff --git a/doc/src/Packages_details.rst b/doc/src/Packages_details.rst index e7dc905e22..1969bd085c 100644 --- a/doc/src/Packages_details.rst +++ b/doc/src/Packages_details.rst @@ -654,12 +654,22 @@ listing, "ls src/MISC", to see the list of commands. **Supporting info:** * src/MISC: filenames -> commands +* :doc:`compute msd/nongauss ` * :doc:`compute ti ` +* :doc:`fix gld ` * :doc:`fix evaporate ` +* :doc:`fix oneway ` +* :doc:`fix orient/bcc ` * :doc:`fix orient/fcc ` +* :doc:`fix pair/tracker ` * :doc:`fix ttm ` * :doc:`fix thermal/conductivity ` * :doc:`fix viscosity ` +* :doc:`pair nm/cut ` +* :doc:`pair nm/cut/coul/cut ` +* :doc:`pair nm/cut/coul/long ` +* :doc:`pair tracker ` +* examples/tracker * examples/KAPPA * examples/VISCOSITY * https://www.lammps.org/pictures.html#ttm diff --git a/doc/src/fix_oneway.rst b/doc/src/fix_oneway.rst index 180a394ba0..e899703fc1 100644 --- a/doc/src/fix_oneway.rst +++ b/doc/src/fix_oneway.rst @@ -50,7 +50,9 @@ the :doc:`run ` command. This fix is not invoked during :doc:`energy minim Restrictions """""""""""" - none + +This fix is part of the MISC package. It is only enabled if LAMMPS +was built with that package. See the :doc:`Build package ` doc page for more info. Related commands """""""""""""""" diff --git a/doc/src/fix_pair_tracker.rst b/doc/src/fix_pair_tracker.rst index e46aa54319..6e544b1c80 100644 --- a/doc/src/fix_pair_tracker.rst +++ b/doc/src/fix_pair_tracker.rst @@ -107,8 +107,12 @@ specified attribute. Restrictions """""""""""" + Must be used in conjunction with :doc:`pair style tracker `. +This fix is part of the MISC package. It is only enabled if LAMMPS +was built with that package. See the :doc:`Build package ` doc page for more info. + Related commands """""""""""""""" diff --git a/doc/src/pair_tracker.rst b/doc/src/pair_tracker.rst index 58abd69aae..5a85a7f048 100644 --- a/doc/src/pair_tracker.rst +++ b/doc/src/pair_tracker.rst @@ -83,6 +83,9 @@ to use this pair style. This pair style is currently incompatible with granular pair styles that extend beyond the contact (e.g. JKR and DMT). +This fix is part of the MISC package. It is only enabled if LAMMPS +was built with that package. See the :doc:`Build package ` doc page for more info. + Related commands """"""""""""""""