summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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";