18 Jan
2006
18 Jan
'06
5:11 p.m.
Greetings Antonio, What compiler are you using? I copied your code verbatim and it compiles and runs fine on my machine (I used gcc version 3.3 ron On Jan 14, 2006, at 9:44 PM, Antonio Piccolboni wrote:
I have a 4D multi_array and I define a 3D view on it. I can assign the view to a 3D multi array but I can't pass it directly to a constructor that takes a 3D multi_array. Isn't a 3d view on anything a model of a 3d multi_array? (for the sake of this discussion, element is always double).
Code: ...