From 96e878d2f69790dc72bb4b713c1d492fa2b4c587 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 24 Jul 2018 15:26:31 -0400 Subject: added preprocessor method for potts, and implemented dihedral for the c++ stuff --- src/wolff_ising.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wolff_ising.cpp') diff --git a/src/wolff_ising.cpp b/src/wolff_ising.cpp index f614707..7492ebf 100644 --- a/src/wolff_ising.cpp +++ b/src/wolff_ising.cpp @@ -8,9 +8,6 @@ #include #include -#define N_STATES 2 -const ising_t states[N_STATES] = {false, true}; -q_t state_to_ind(ising_t state) { return (q_t)state.x; } #include // include wolff.h -- cgit v1.2.3-70-g09d2