From e4d86723227dc3694bf502dfd492e8c2b1887c2c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 19 Oct 2022 17:27:59 +0200 Subject: Ran clang-format. --- aztec.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aztec.hpp') diff --git a/aztec.hpp b/aztec.hpp index 9dc3139..dc4fb41 100644 --- a/aztec.hpp +++ b/aztec.hpp @@ -1,8 +1,8 @@ -#include #include +#include -#include "randutils/randutils.hpp" #include "pcg-cpp/include/pcg_random.hpp" +#include "randutils/randutils.hpp" #include "blossom5-v2.05.src/PerfectMatching.h" @@ -102,7 +102,7 @@ public: Real logPartitionFunction = 0; for (unsigned i = 1; i <= n; i++) { -#pragma omp parallel for reduction(+:logPartitionFunction) +#pragma omp parallel for reduction(+ : logPartitionFunction) for (unsigned j = 0; j < pow(i, 2); j++) { auto [e1, e2, e3, e4] = face(i, j); -- cgit v1.2.3-70-g09d2