summaryrefslogtreecommitdiff
path: root/src/wolff_On.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wolff_On.cpp')
-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 a59876f..9f95f4a 100644
--- a/src/wolff_On.cpp
+++ b/src/wolff_On.cpp
@@ -125,7 +125,7 @@ int main(int argc, char *argv[]) {
const char *pert_type;
- std::function <orthogonal_R_t(gsl_rng *, const On_t *)> gen_R;
+ std::function <orthogonal_R_t(gsl_rng *, vector_R_t)> gen_R;
if (use_pert) {
gen_R = std::bind(generate_rotation_perturbation <N_COMP>, std::placeholders::_1, std::placeholders::_2, epsilon);