I believe a better name for the "allocatable" attribute is "allocated".
"allocatable" means that it is array that will be allocated
"allocated" means that the array has been allocated
I believe "allocated" better describes the state of the array when it is being passed out of a scheme which has internally allocated it.
I believe a better name for the "allocatable" attribute is "allocated".
"allocatable" means that it is array that will be allocated
"allocated" means that the array has been allocated
I believe "allocated" better describes the state of the array when it is being passed out of a scheme which has internally allocated it.