fix <˘"abc"

This commit is contained in:
dzaima 2021-09-21 19:12:50 +03:00
parent f73da4d7eb
commit 811fe16f93

View File

@ -315,7 +315,7 @@ B cell_c1(Md1D* d, B x) { B f = d->f;
B r = c1(f, x);
return isAtm(r)? m_atomUnit(r) : r;
}
if (f.u==bi_lt.u && a(x)->ia!=0) return toCells(x);
if (f.u==bi_lt.u && a(x)->ia!=0 && rnk(x)>1) return toCells(x);
usz cr = rnk(x)-1;
usz cam = a(x)->sh[0];
usz csz = arr_csz(x);