From 0bdaa87cd2f0e9bdc216e06782583fac622e43b9 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 24 Feb 2022 18:37:10 +0100 Subject: [PATCH] changed mk_excllo from _y to y. Weird behaviour of in2.r (it raises without reason) --- dataflow_neuro/cell_lib_async.act | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataflow_neuro/cell_lib_async.act b/dataflow_neuro/cell_lib_async.act index c57ed49..e2f25e5 100644 --- a/dataflow_neuro/cell_lib_async.act +++ b/dataflow_neuro/cell_lib_async.act @@ -521,7 +521,7 @@ namespace tmpl { [keeper=0] ~_y2 | ~d => y2+ } spec { - mk_excllo(_y1, _y2) + mk_excllo(y1, y2) } } }}