This commit is contained in:
dzaima 2021-09-09 18:47:16 +03:00
parent 337a6bbc5e
commit 32e476b0c2

View File

@ -137,7 +137,7 @@ B shape_c2(B t, B w, B x) {
B xf;
if (isAtm(x)) {
xf = asFill(x);
xf = asFill(inc(x));
// goes to unit
} else {
if (nia <= xia) {