sortposofval_real Function

public function sortposofval_real(me, val, nextifnotfound, lower, upper) result(pos)

return the sorted position of a value in the given dynamic array

if the value was not found, - return 0 if nextifnotfound = .false. - return position at the end if nextifnotfound = .true.

binary search on sorted list

Arguments

TypeIntentOptionalAttributesName
type(dyn_realarray_type), intent(in) :: me
real(kind=rk), intent(in) :: val
logical, intent(in), optional :: nextifnotfound

flag to indicate, if the next entry in the list should be returned, if the searched one is not found.

integer, intent(in), optional :: lower
integer, intent(in), optional :: upper

Return Value integer


Called by

proc~~sortposofval_real~~CalledByGraph proc~sortposofval_real sortposofval_real interface~sortedposofval~3 sortedposofval interface~sortedposofval~3->proc~sortposofval_real

Contents


Variables

TypeVisibilityAttributesNameInitial
logical, public :: retnext
integer, public :: lb
integer, public :: ub
integer, public :: mid
real(kind=rk), public :: lb_val
real(kind=rk), public :: ub_val
real(kind=rk), public :: mid_val