summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wolff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wolff.c b/src/wolff.c
index be83675..86b3fc0 100644
--- a/src/wolff.c
+++ b/src/wolff.c
@@ -173,7 +173,7 @@ int main(int argc, char *argv[]) {
}
update_meas(sE[max_M_i], s->E);
- diff = fabs(M[0]->dc / M[0]->c);
+ diff = fabs(sM[0][0]->dc / sM[0][0]->c);
n_runs++;
}