BinarySearch Interface

public interface BinarySearch

Contents


Module Procedures

public subroutine BinarySearch_double(Value, List, MinInd, MaxInd, FoundIndex, tSuccess)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: Value
real(kind=dp), intent(in) :: List(:)
integer :: MinInd
integer :: MaxInd
integer :: FoundIndex
logical :: tSuccess