From 5d074a4f70dcfc099ddbb5483079b19dca18d103 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 5 Sep 2018 22:48:15 -0400 Subject: right now I need to differentiate between the perturbation types --- src/wolff_On.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wolff_On.cpp b/src/wolff_On.cpp index 736eb1b..8a7b1a6 100644 --- a/src/wolff_On.cpp +++ b/src/wolff_On.cpp @@ -159,7 +159,7 @@ int main(int argc, char *argv[]) { epsilon = sqrt(T); } gen_R = std::bind(generate_rotation_perturbation , std::placeholders::_1, std::placeholders::_2, epsilon, order); - pert_type = "PERTURB"; + pert_type = "PERTURB2"; } else { gen_R = generate_rotation_uniform ; pert_type = "UNIFORM"; -- cgit v1.2.3-70-g09d2