From 35bdef79e809b7acaeb7fc0725be12357770b4f2 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Fri, 17 Sep 2021 16:48:35 -0400 Subject: [PATCH] Too many points for timing... --- 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 3a3b43d..23b1baf 100644 --- a/src/time_Ar0n.cpp +++ b/src/time_Ar0n.cpp @@ -170,7 +170,7 @@ int main() double rhoc = 1/dummymodel.redfunc.vc[0]; double Tc = dummymodel.redfunc.Tc[0]; std::default_random_engine re; - std::valarray<double> taus(10000); + std::valarray<double> taus(1000); { std::uniform_real_distribution<double> unif(2.0941098901098902, 2.1941098901098902); std::transform(std::begin(taus), std::end(taus), std::begin(taus), [&unif, &re](double x) { return unif(re); }); -- GitLab