placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~30~~CallsGraph interface~placeat~30 placeat proc~placeat_ga_line~2 placeat_ga_line interface~placeat~30->proc~placeat_ga_line~2 proc~placeat_ga_line_vec~2 placeat_ga_line_vec interface~placeat~30->proc~placeat_ga_line_vec~2 interface~expand~40 expand proc~placeat_ga_line~2->interface~expand~40 proc~placeat_ga_line_vec~2->interface~expand~40 proc~expand_ga_line~2 expand_ga_line interface~expand~40->proc~expand_ga_line~2

Contents


Module Procedures

private subroutine placeat_ga_line(me, val, pos, length)

adds the value to a given position inside the growing array.

Read more…

Arguments

Type IntentOptional Attributes Name
type(grw_linearray_type) :: me
type(tem_line_type), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

private subroutine placeat_ga_line_vec(me, val, pos, length)

adds the values starting from a given position inside the growing array.

Read more…

Arguments

Type IntentOptional Attributes Name
type(grw_linearray_type) :: me
type(tem_line_type), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array