summaryrefslogtreecommitdiff
path: root/space_wolff.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-14 07:43:33 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-14 07:43:33 -0500
commitfba3eb10e02f0b4406c1baf246daa94006c66cf8 (patch)
tree6c60ea894d1f4ffab2f0ff5ed95ad538b7e1d1f2 /space_wolff.hpp
parent2242fd6f8b7f16b706d49a2288da3aa20f12314b (diff)
downloadspace_wolff-fba3eb10e02f0b4406c1baf246daa94006c66cf8.tar.gz
space_wolff-fba3eb10e02f0b4406c1baf246daa94006c66cf8.tar.bz2
space_wolff-fba3eb10e02f0b4406c1baf246daa94006c66cf8.zip
Added settings in Ising to deplete spins for Blume-Capel sims
Diffstat (limited to 'space_wolff.hpp')
-rw-r--r--space_wolff.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/space_wolff.hpp b/space_wolff.hpp
index c4a7a21..9d529a3 100644
--- a/space_wolff.hpp
+++ b/space_wolff.hpp
@@ -31,8 +31,6 @@ public:
virtual void post_cluster(const Model<U, D, R, S>&){};
};
-
-
template <class U, int D, class R, class S> class Model {
public:
U L;