From a774c11e31ecc8d1f71d57a7a4e2463bcd153ee2 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 14 Oct 2021 09:44:31 -0400
Subject: [PATCH] Longer profiling

---
 src/time_Ar0n.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/time_Ar0n.cpp b/src/time_Ar0n.cpp
index 13cfe31..82bc69e 100644
--- a/src/time_Ar0n.cpp
+++ b/src/time_Ar0n.cpp
@@ -27,7 +27,7 @@ struct OneTiming {
     double value, sec_per_call;
 };
 
-constexpr int repeatmax = 100;
+constexpr int repeatmax = 1000;
 enum class obtainablethings { PHIX, CHEMPOT };
 
 template<typename Taus, typename Deltas, typename TT, typename RHO>
-- 
GitLab