Fixing reference in documentation

This commit is contained in:
Joel Thomas Clemmer
2022-01-12 10:56:30 -07:00
parent 19abc5d329
commit 524d86605a
2 changed files with 4 additions and 3 deletions

View File

@ -445,8 +445,9 @@ The *fileper* keyword is documented below with the *nfile* keyword.
The *header* keyword toggles whether the dump file will include a
header. Excluding a header will reduce the size of the dump file for
fixes such as :doc:`fix pair/tracker <fix_pair_tracker>` which do not
require the information typically written to the header.
data produced by :doc:`pair tracker <pair_tracker>` or
:doc:`bpm bond styles <HowTo_bpm>` which may not require the
information typically written to the header.
----------

View File

@ -360,4 +360,4 @@ void FixBondHistory::check_cache(int i, int m)
void FixBondHistory::clear_cache()
{
cached_histories.clear();
}
}