util_resize Interface

public interface util_resize

Contents


Subroutines

public module subroutine swiftest_util_resize_arr_info(arr, nnew)

Arguments

TypeIntentOptionalAttributesName
type(swiftest_particle_info), intent(inout), dimension(:), allocatable:: arr

Array to resize

integer(kind=I4B), intent(in) :: nnew

New size

public module subroutine swiftest_util_resize_arr_kin(arr, nnew)

Arguments

TypeIntentOptionalAttributesName
type(swiftest_kinship), intent(inout), dimension(:), allocatable:: arr

Array to resize

integer(kind=I4B), intent(in) :: nnew

New size