Menu

#31 nulocal with 3d arrays

closed-accepted
5
2012-03-06
2012-03-06
No

nulocal does not work with 3d arrays,
code:
nuwork(1, 1, 1) nfor((z, y, x) in (2, 2, 2))
{
def local_in = nulocal (array (1, 1, 1): array [3, float])
}

compile-time error:

test.n:15:5:18:3: error: Exception has occurred when expanding macro 'nukernelCodeMacro'
test.n:15:5:18:3: error: Exception has occurred when expanding macro 'nukernelCodeMacro'
test.n:15:5:18:3: error: the meaning of `nukernelCodeMacro' does not allow this operation

Discussion

  • Andrew V. Adinetz

    • labels: --> Implementation Bugs
    • assigned_to: nobody --> canonizer
    • status: open --> open-accepted
     
  • Andrew V. Adinetz

    • status: open-accepted --> closed-accepted
     
  • Andrew V. Adinetz

    fixed in master branch