fix <˘"abc"
This commit is contained in:
parent
f73da4d7eb
commit
811fe16f93
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user