SetTripletAt_r Subroutine

public subroutine SetTripletAt_r(this, index, triplet_value)

Set the value of a triplet at a particular index.

Arguments

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

The triplet list to set.

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

The index at which to set the triplet.

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

The value of the triplet to set.


Contents

None