From 8d96c4d30214a2c27561740b7b3f7e1e3b0bbfe4 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 23 Jul 2018 23:16:52 -0400 Subject: sped up orthogonal generation a bit --- src/wolff_On.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wolff_On.cpp') diff --git a/src/wolff_On.cpp b/src/wolff_On.cpp index ea80a28..997ec09 100644 --- a/src/wolff_On.cpp +++ b/src/wolff_On.cpp @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) { unsigned int window_size = 512; bool modulated_field = false; - int order = 2; + unsigned int order = 1; int opt; q_t H_ind = 0; @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) { std::function gen_R; if (use_pert) { - gen_R = std::bind(generate_rotation_perturbation , std::placeholders::_1, std::placeholders::_2, epsilon); + gen_R = std::bind(generate_rotation_perturbation , std::placeholders::_1, std::placeholders::_2, epsilon, order); pert_type = "PERTURB"; } else { gen_R = generate_rotation_uniform ; -- cgit v1.2.3-70-g09d2