GetTripletAt Interface

public interface GetTripletAt

Contents


Module Procedures

private pure subroutine GetTripletAt_r(this, index, triplet_value)

Get the value of a triplet at a particular index.

Arguments

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

The triplet list to get the value from.

integer, intent(in) :: index

The index from which to get the triplet.

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

The extracted triplet value.

private pure subroutine GetTripletAt_c(this, index, triplet_value)

Get the value of a triplet at a particular index.

Arguments

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

The triplet list to get the value from.

integer, intent(in) :: index

The index from which to get the triplet.

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

The extracted triplet value.