You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note: assigns name before assigning the components of the array, so the components had better not depend on name, i. e. no GATV(z,BOX,AN(z),AR(z),AS(z))
Copy file name to clipboardExpand all lines: jsrc/va2.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1198,7 +1198,7 @@ DF2(jtatomic2){A z;
1198
1198
// singleton. we need the rank of the result
1199
1199
ar-=af; wr-=wf; ar=ar>wr?ar:wr; af=af>wf?af:wf; af+=ar; // set af to max len of frame, ar to max cell rank; then af=max framelen + max rank = resultrank
1200
1200
forcess:; // branch point for rank-0 singletons from above, always with atomic result
0 commit comments