changed mk_excllo from _y to y.

Weird behaviour of in2.r (it raises without reason)
This commit is contained in:
Michele 2022-02-24 18:37:10 +01:00
parent 4819635e35
commit 0bdaa87cd2
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ namespace tmpl {
[keeper=0] ~_y2 | ~d => y2+
}
spec {
mk_excllo(_y1, _y2)
mk_excllo(y1, y2)
}
}
}}