summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-05 22:48:15 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-05 22:48:15 -0400
commit5d074a4f70dcfc099ddbb5483079b19dca18d103 (patch)
tree9be3ccf635503df5779d830200ec7ac637615a1e
parent10510b7e2a09c102c307165e0cd716e17b17ef84 (diff)
downloadc++-5d074a4f70dcfc099ddbb5483079b19dca18d103.tar.gz
c++-5d074a4f70dcfc099ddbb5483079b19dca18d103.tar.bz2
c++-5d074a4f70dcfc099ddbb5483079b19dca18d103.zip
right now I need to differentiate between the perturbation types
-rw-r--r--src/wolff_On.cpp2
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";