From 78930f08f990dc609eb97401913845f2adee42f1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 26 Dec 2019 09:40:16 +0100 Subject: [PATCH] no clearing::imput on bounded --- complex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/complex.cpp b/complex.cpp index 0b10447f..5465b86c 100644 --- a/complex.cpp +++ b/complex.cpp @@ -977,6 +977,7 @@ EX namespace clearing { } EX void imput(cell *c) { + if(bounded) return; if(score.count(c)) return; auto& is = score[c]; celltype t = get_celltype(c);