forked from lijiext/lammps
whitespace/format fixes
This commit is contained in:
parent
e4d1068c70
commit
965ec37e80
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue