whitespace/format fixes

This commit is contained in:
Axel Kohlmeyer 2020-06-11 20:11:38 -04:00
parent e4d1068c70
commit 965ec37e80
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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