GetTripletAt_r Subroutine

public subroutine GetTripletAt_r(this, index, triplet_value)

Get the value of a triplet at a particular index.

Arguments

Type IntentOptional AttributesName
type(TripletList_r), 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_r), intent(out) :: triplet_value

The extracted triplet value.


Contents

None