ConstructTripletListSup_c Subroutine

public subroutine ConstructTripletListSup_c(this, size_in)

Subroutine wrapper for constructing a triplet list.

Arguments

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

The triplet list to construct.

integer(kind=c_int), intent(in), optional :: size_in

The length of the triplet list (default=0).


Contents

None