concat Interface

public interface concat

Functions

private module function concat_arrays(a, b, dim) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
class(array_type), intent(in), target :: b
integer, intent(in), optional :: dim

Return Value type(array_type), pointer