Hi,
I need to translate fortran 90 to C. I know C quite well, but fortran not really at all.... so i am learning on the fly. I came across this statement in code and not sure what exactly that means:
dUdt(0:ncx, 0:ncy, 1:neq)
it does not matter what the variables stand for, i just want to know what this is: a 3D array or what? I thought DIMENSION is used in case of a multidimensional array, so i am confused.
thanks in advance.
ps: i can provide more information if this is not sufficient.
I need to translate fortran 90 to C. I know C quite well, but fortran not really at all.... so i am learning on the fly. I came across this statement in code and not sure what exactly that means:
dUdt(0:ncx, 0:ncy, 1:neq)
it does not matter what the variables stand for, i just want to know what this is: a 3D array or what? I thought DIMENSION is used in case of a multidimensional array, so i am confused.
thanks in advance.
ps: i can provide more information if this is not sufficient.