allocate_array Interface

interface
private module subroutine allocate_array(this, array_shape, source)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(inout), target :: this
integer, intent(in), optional, dimension(:) :: array_shape
class(*), intent(in), optional, dimension(..) :: source