GetTripletListSize_c Function

public pure function GetTripletListSize_c(triplet_list) result(list_size)

Get the number of entries in a triplet list.

Arguments

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

List to get the size of.

Return Value integer

The number of entries in the triplet list.


Contents

None