allocate_and_assign_vec Interface

public interface allocate_and_assign_vec

Interface for allocating and assigning a vector to a variable


Module Procedures

private subroutine allocate_and_assignRvec(buffer, variable, keyword, fs)

Allocate and assign an arbitrary length vector of reals to variable

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: buffer

Input buffer

real(kind=real32), intent(out), dimension(:), allocatable :: variable

Variable to assign data to

character(len=*), intent(in), optional :: keyword

Keyword to start from

character(len=1), intent(in), optional :: fs

Field separator