summaryrefslogtreecommitdiff
path: root/torus_symmetries.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-13 15:00:31 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-13 15:00:31 -0500
commit2242fd6f8b7f16b706d49a2288da3aa20f12314b (patch)
tree850329d19cebf41b7c4dd6e83be0bf58f1222b19 /torus_symmetries.hpp
parentd5a7a3f2e5808e7a3327242dc9b368afed9383bf (diff)
downloadspace_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.gz
space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.bz2
space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.zip
Added gitignore and fixed Ising to work with new paradigm
Diffstat (limited to 'torus_symmetries.hpp')
-rw-r--r--torus_symmetries.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/torus_symmetries.hpp b/torus_symmetries.hpp
index 17772de..7bcb70b 100644
--- a/torus_symmetries.hpp
+++ b/torus_symmetries.hpp
@@ -56,7 +56,7 @@ template <class U, int D> std::vector<Matrix<U, D>> torus_mats() {
one_sequences<D>(sequences, D);
- sequences.pop_front(); // don't want the identity matrix!
+ sequences.pop_back(); // don't want the identity matrix!
for (std::array<double, D> sequence : sequences) {
Matrix<U, D> m;