From 3560bcc3db24745a9c81c8ae597b3e6e5d458faf Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 13 Jul 2021 02:11:24 +0200 Subject: [PATCH] fake:: there could be more spins --- fake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake.cpp b/fake.cpp index c2d1bd55..2de620f3 100644 --- a/fake.cpp +++ b/fake.cpp @@ -427,7 +427,7 @@ EX void generate() { hsh = *ucgi.heptshape; - for(int b=0; b<12; b++) + for(int b=0; b<32; b++) cgi.spins[b] = ucgi.spins[b]; compute_around(true);