diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-09-05 22:48:15 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-09-05 22:48:15 -0400 |
commit | 5d074a4f70dcfc099ddbb5483079b19dca18d103 (patch) | |
tree | 9be3ccf635503df5779d830200ec7ac637615a1e /src/wolff_On.cpp | |
parent | 10510b7e2a09c102c307165e0cd716e17b17ef84 (diff) | |
download | c++-5d074a4f70dcfc099ddbb5483079b19dca18d103.tar.gz c++-5d074a4f70dcfc099ddbb5483079b19dca18d103.tar.bz2 c++-5d074a4f70dcfc099ddbb5483079b19dca18d103.zip |
right now I need to differentiate between the perturbation types
Diffstat (limited to 'src/wolff_On.cpp')
-rw-r--r-- | src/wolff_On.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <N_COMP>, std::placeholders::_1, std::placeholders::_2, epsilon, order); - pert_type = "PERTURB"; + pert_type = "PERTURB2"; } else { gen_R = generate_rotation_uniform <N_COMP>; pert_type = "UNIFORM"; |