For a two-dimensional array in Fortran 77, you can code: DIMENSION A(E1:E2,F1:F2). where A is the name of the array. E1 and F1 are the lower bounds of the ...
確定! 回上一頁