Merge branch 'reset-ids-sort' into move-ubuf-to-lmptype

# Conflicts:
#	src/reset_ids.h
This commit is contained in:
Axel Kohlmeyer 2020-06-11 20:12:37 -04:00
commit bb144f0d1b
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 5 additions and 5 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,11 +47,11 @@ 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();
};