diff --git a/doc/src/dump_modify.rst b/doc/src/dump_modify.rst index be75153f6f..ffb5fdcb55 100644 --- a/doc/src/dump_modify.rst +++ b/doc/src/dump_modify.rst @@ -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 ` which do not -require the information typically written to the header. +data produced by :doc:`pair tracker ` or +:doc:`bpm bond styles ` which may not require the +information typically written to the header. ---------- diff --git a/src/fix_bond_history.cpp b/src/fix_bond_history.cpp index 1f6ac6fe48..e34e5c2be6 100644 --- a/src/fix_bond_history.cpp +++ b/src/fix_bond_history.cpp @@ -360,4 +360,4 @@ void FixBondHistory::check_cache(int i, int m) void FixBondHistory::clear_cache() { cached_histories.clear(); -} \ No newline at end of file +}