summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-02-04 17:10:06 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-02-04 17:10:06 -0500
commit2a9bd69c5254592923cdc789adecd5532dfc784a (patch)
tree2e67a0750d865bbc6dc213c4c0299bc905315dfc
parentdf5187e5d46180014efe0ec0152a764c21064794 (diff)
downloadc++-2a9bd69c5254592923cdc789adecd5532dfc784a.tar.gz
c++-2a9bd69c5254592923cdc789adecd5532dfc784a.tar.bz2
c++-2a9bd69c5254592923cdc789adecd5532dfc784a.zip
diff now using equilibrium susceptibility
-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++;
}