AppendToTripletList Interface

public interface AppendToTripletList

Contents


Module Procedures

private pure subroutine AppendToTripletList_r(this, triplet_value)

Add a value to the end of the triplet list.

Arguments

Type IntentOptional Attributes Name
type(TripletList_r), intent(inout) :: this

This the triplet list to append to.

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

The value to append.

private pure subroutine AppendToTripletList_c(this, triplet_value)

Add a value to the end of the triplet list.

Arguments

Type IntentOptional Attributes Name
type(TripletList_c), intent(inout) :: this

This the triplet list to append to.

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

The value to append.