From 437dce455adec961aa3698593455fb976cdf3dac Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 18 Aug 2022 17:56:22 +0200 Subject: [PATCH] fixed a bug in repeated cycle ignoring --- rulegen3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rulegen3.cpp b/rulegen3.cpp index 21251af1..a44b909c 100644 --- a/rulegen3.cpp +++ b/rulegen3.cpp @@ -1264,6 +1264,8 @@ EX void test_transducers() { extract(autom, special[tid][dir], tid, dir); } + set checked; + if(!(flags & w_skip_transducer_loops)) for(int tid=0; tid checked; - for(auto& cyc: cycle_data[tid]) { if(checked.count(cyc)) { continue;