AppendToTripletList_c Subroutine

public subroutine AppendToTripletList_c(this, triplet_value)

Add a value to the end of the triplet list.

Arguments

Type IntentOptional AttributesName
type(TripletList_c), intent(inout) :: this

This the triplet list to append to.

type(Triplet_c), intent(in) :: triplet_value

The value to append.


Contents

None