ResizeTripletList Interface

public interface ResizeTripletList

Contents


Module Procedures

public subroutine ResizeTripletList_r(this, size)

Increase the size of a triplet list.

Arguments

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

The triplet list to resize.

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

Size to resize to.

public subroutine ResizeTripletList_c(this, size)

Increase the size of a triplet list.

Arguments

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

The triplet list to resize.

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

Size to resize to.