From 2a35ef2c651f73e698af54b9ae3c4779a7f44630 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 23 Oct 2017 14:23:23 -0400 Subject: stopping conditiotns given by equilibrium measurements --- src/wolff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wolff.c') diff --git a/src/wolff.c b/src/wolff.c index 45e45f2..97d1625 100644 --- a/src/wolff.c +++ b/src/wolff.c @@ -195,7 +195,7 @@ int main(int argc, char *argv[]) { if (M_stop) { diff = fabs(eM->dx / eM->x); } else { - diff = fabs(M->dc / M->c); + diff = fabs(eM->dc / eM->c); } clust_per_sweep = add_to_avg(clust_per_sweep, n_clust * 1. / n, n_runs); -- cgit v1.2.3-70-g09d2