create_result_array Interface

interface
private module function create_result_array(this, array_shape) result(result_ptr)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in) :: this
integer, intent(in), optional, dimension(:) :: array_shape

Return Value type(array_type),pointer