diff --git a/doc/src/reset_ids.rst b/doc/src/reset_ids.rst index 62fb5d4679..db3cf19067 100644 --- a/doc/src/reset_ids.rst +++ b/doc/src/reset_ids.rst @@ -13,11 +13,11 @@ Syntax * zero or more keyword/value pairs may be appended * keyword = *sort* - .. parsed-literal:: +.. parsed-literal:: - *sort* value = *yes* or *no* + *sort* value = *yes* or *no* - Examples +Examples """""""" .. code-block:: LAMMPS diff --git a/src/reset_ids.h b/src/reset_ids.h index 69582bd5c3..b2f311016f 100644 --- a/src/reset_ids.h +++ b/src/reset_ids.h @@ -47,13 +47,13 @@ class ResetIDs : protected Pointers { private: bigint binlo,binhi; - + // callback functions for rendezvous communication static int sort_bins(int, char *, int &, int *&, char *&, void *); - + void sort(); - + // union data struct for packing 32-bit and 64-bit ints into double bufs // see atom_vec.h for documentation