summaryrefslogtreecommitdiff
path: root/src/wolff_On.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-26 16:18:40 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-26 16:18:40 -0400
commit1160baa61bad605cf8a1d583e8ae356a54a942df (patch)
treee7c865f38836a9a03349bbd803aae8be9b37a200 /src/wolff_On.cpp
parent870555f569bc63fecdc7c0b16e72e4e002f21c13 (diff)
downloadc++-1160baa61bad605cf8a1d583e8ae356a54a942df.tar.gz
c++-1160baa61bad605cf8a1d583e8ae356a54a942df.tar.bz2
c++-1160baa61bad605cf8a1d583e8ae356a54a942df.zip
many changes, including new spin spaces and groups and cleaning up core library code
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 5458860..cbde498 100644
--- a/src/wolff_On.cpp
+++ b/src/wolff_On.cpp
@@ -206,7 +206,7 @@ int main(int argc, char *argv[]) {
std::function <void(const On_t *)> measurements = measure_function_write_files(measurement_flags, outfiles, other_f);
- std::function <double(vector_R_t)> H;
+ std::function <double(const vector_R_t&)> H;
if (modulated_field) {
H = std::bind(H_modulated, std::placeholders::_1, order, H_vec[0]);