From bc04424456379aa753d31fbf63ffd8b9bcb6f7e3 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sun, 21 Oct 2018 22:59:02 -0400 Subject: newest version of the ising example --- ising_standalone.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ising_standalone.cpp') diff --git a/ising_standalone.cpp b/ising_standalone.cpp index 14c39e7..40572fd 100644 --- a/ising_standalone.cpp +++ b/ising_standalone.cpp @@ -32,14 +32,8 @@ class measure_clusters : public measurement { void pre_cluster(N_t, N_t, const system&, v_t, const ising_t&) { C = 0; } - void plain_bond_visited(const system&, v_t, const ising_t&, v_t, double) {} - - void ghost_bond_visited(const system&, v_t, const ising_t&, const ising_t&, double) {} - void plain_site_transformed(const system&, v_t, const ising_t&) { C++; } - void ghost_site_transformed(const system&, const ising_t&) {} - void post_cluster(N_t, N_t, const system&) { Ctotal += C; } }; -- cgit v1.2.3-70-g09d2