sorttruncate Interface

public interface sorttruncate

fix the dynamic array, meaning: store the array in the sorted order and cut off the trailing empty entries

Calls

interface~~sorttruncate~~CallsGraph interface~sorttruncate sorttruncate proc~sorttruncate_da_projection sorttruncate_da_projection interface~sorttruncate->proc~sorttruncate_da_projection interface~append append proc~sorttruncate_da_projection->interface~append interface~destroy destroy proc~sorttruncate_da_projection->interface~destroy interface~init init proc~sorttruncate_da_projection->interface~init proc~append_da_vecprojection append_da_vecprojection interface~append->proc~append_da_vecprojection proc~append_da_projection append_da_projection interface~append->proc~append_da_projection proc~destroy_da_projection destroy_da_projection interface~destroy->proc~destroy_da_projection proc~init_da_projection init_da_projection interface~init->proc~init_da_projection interface~expand expand proc~append_da_vecprojection->interface~expand interface~sortedposofval sortedposofval proc~append_da_projection->interface~sortedposofval proc~append_da_projection->interface~expand

Contents


Module Procedures

private subroutine sorttruncate_da_projection(me)

fixing the dynamic array

Read more…

Arguments

TypeIntentOptionalAttributesName
type(dyn_projectionarray_type) :: me