resize Interface

public interface resize

Module Procedures

private subroutine resize_string(list, n)

increase the size of a TYPE(STRING_T) array by N elements

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(inout), allocatable :: list(:)

Instance of the array to be resized

integer, intent(in), optional :: n

Dimension of the final array size