Hi,
I have fortran program, which has many subroutines. If one of these subroutines, functionB, gets a array variable, called A, from the calling function, functionA, does array A have to be assigned some value before being referenced by functionB? In order words, array A is allocated, but it is not assign to any value. If it has no value, is it possible to make array A as one of the arguments of function B?
Thank you.
I have fortran program, which has many subroutines. If one of these subroutines, functionB, gets a array variable, called A, from the calling function, functionA, does array A have to be assigned some value before being referenced by functionB? In order words, array A is allocated, but it is not assign to any value. If it has no value, is it possible to make array A as one of the arguments of function B?
Thank you.