Group: comp.lang.fortran · Group Profile · Search for Multi Dimensional Arrays Is it possible more than seven in comp.lang.fortran
Author: mforets
Date: Jul 13, 2008 19:36
Hello. I have a problem on trying to define an array with eight dimensions. I tried the following: integer :: N=10 complex,dimension(-N:N,-N:N,0:...1,-N:N,-N:N,0:1,0:1) :: P , but i get an error when compiling that the array cannot have more than seven dimensions. I'm working under gfortran version 4.3.0 . Thank you for any recommendation on what to do, or suggestion...
|