GetTripletAt_c Subroutine

public subroutine GetTripletAt_c(this, index, triplet_value)

Get the value of a triplet at a particular index.

Arguments

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

The triplet list to get the value from.

integer(kind=c_int), intent(in) :: index

The index from which to get the triplet.

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

The extracted triplet value.


Contents

None