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_path sorttruncate_da_path interface~sorttruncate->proc~sorttruncate_da_path interface~init~5 init proc~sorttruncate_da_path->interface~init~5 interface~append~5 append proc~sorttruncate_da_path->interface~append~5 interface~destroy~5 destroy proc~sorttruncate_da_path->interface~destroy~5 proc~init_da_path init_da_path interface~init~5->proc~init_da_path proc~append_da_path append_da_path interface~append~5->proc~append_da_path proc~append_da_vecpath append_da_vecpath interface~append~5->proc~append_da_vecpath proc~destroy_da_path destroy_da_path interface~destroy~5->proc~destroy_da_path interface~sortedposofval sortedposofval proc~append_da_path->interface~sortedposofval interface~expand~5 expand proc~append_da_path->interface~expand~5 proc~append_da_vecpath->interface~expand~5

Contents


Module Procedures

public subroutine sorttruncate_da_path(me)

fixing the dynamic array

Read more…

Arguments

Type IntentOptional Attributes Name
type(dyn_patharray_type) :: me