append_stFunSingle_ToLinkList Subroutine

private subroutine append_stFunSingle_ToLinkList(me, st_fun, new)

This routine appends new space time function to linked list of tem_st_fun_linkedList

Arguments

TypeIntentOptionalAttributesName
type(tem_st_fun_linkedList_type), intent(inout) :: me

Linked list to append the spacetime function to.

type(tem_spacetime_fun_type), intent(in) :: st_fun

Spacetime fun information to add to the list.

type(tem_st_fun_listElem_type), intent(out), optional pointer:: new

Called by

proc~~append_stfunsingle_tolinklist~~CalledByGraph proc~append_stfunsingle_tolinklist append_stFunSingle_ToLinkList interface~append~36 append interface~append~36->proc~append_stfunsingle_tolinklist program~tem_varsys_test tem_varSys_test program~tem_varsys_test->interface~append~36

Contents


Variables

TypeVisibilityAttributesNameInitial
type(tem_st_fun_listElem_type), private, pointer:: current
type(tem_st_fun_listElem_type), private, pointer:: lnew