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);