use reshape_one for c¨
This commit is contained in:
parent
fff96b9475
commit
f3c63d3887
@ -51,9 +51,8 @@ B each_c1(Md1D* d, B x) { B f = d->f;
|
|||||||
} else {
|
} else {
|
||||||
usz ia = IA(x);
|
usz ia = IA(x);
|
||||||
if (isMd(f) && ia>0) { decR(x); thrM("Calling a modifier"); }
|
if (isMd(f) && ia>0) { decR(x); thrM("Calling a modifier"); }
|
||||||
MAKE_MUT(rm, ia);
|
r = taga(arr_shCopy(reshape_one(ia, inc(f)), x));
|
||||||
mut_fill(rm, 0, f, ia);
|
decG(x);
|
||||||
r = mut_fcd(rm, x);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (EACH_FILLS) return homFil1(f, r, xf);
|
if (EACH_FILLS) return homFil1(f, r, xf);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user