proper name
This commit is contained in:
parent
c203ed2b91
commit
f843c7e96d
@ -729,9 +729,9 @@ NOINLINE B for_cells_SA(B f, B w, B x, ur xcr, ur xr, u32 chr) { // w⊸F⎉xcr
|
|||||||
case n_select:
|
case n_select:
|
||||||
if (isArr(w) && xcr==1) {
|
if (isArr(w) && xcr==1) {
|
||||||
if (!TI(w,arrD1)) {
|
if (!TI(w,arrD1)) {
|
||||||
u8 xe;
|
u8 we;
|
||||||
w = squeeze_numTry(w, &xe, SQ_ANY);
|
w = squeeze_numTry(w, &we, SQ_ANY);
|
||||||
if (xe==el_B) break;
|
if (we==el_B) break;
|
||||||
}
|
}
|
||||||
assert(xr > 1);
|
assert(xr > 1);
|
||||||
ur wr = RNK(w);
|
ur wr = RNK(w);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user