new_fixed_list_pointer Function

public function new_fixed_list_pointer(list) result(this)

Create a new fixed list pointer Input: list - an array of integers

Arguments

Type IntentOptional Attributes Name
integer(kind=i4), intent(in) :: list(:)

Return Value type(fixed_list_t), pointer