Skip to content

Fix of issue #2412: The iteration space for modarray WLs was computed wrongly

Sven-Bodo Scholz requested to merge sbs/sac2c:hotfix-2412 into develop

It used to be the shape of the modified array; now it is only the outer shape of that array. We use the index vector length to determine this.

Merge request reports