sll_node_set Subroutine

public subroutine sll_node_set(node, value, pointer)

Set container value in node

Arguments

Type IntentOptional Attributes Name
type(fhash_node_t), intent(inout) :: node

Node to which to add data

class(*), intent(in), target :: value

Value to set

logical, intent(in), optional :: pointer

Store only a pointer if .true.


Contents