apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-05-14 18:01:34 -04:00
parent a79814793e
commit 8e6b0425f7
9 changed files with 37 additions and 42 deletions

View File

@ -323,11 +323,11 @@ void ComputeCentroAtom::compute_peratom()
#define SWAP(a, b) \
tmp = a; \
(a) = b; \
(a) = b; \
(b) = tmp;
#define ISWAP(a, b) \
itmp = a; \
(a) = b; \
(a) = b; \
(b) = itmp;
void ComputeCentroAtom::select(int k, int n, double *arr)