Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
BinarySearch_double
Subroutine
37 statements
Source File
BinSearch.F90
BinSearch_double
BinarySearch_double
Contents
public subroutine BinarySearch_double(Value, List, MinInd, MaxInd, FoundIndex, tSuccess)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
Value
real(kind=dp),
intent(in)
::
List
(:)
integer
::
MinInd
integer
::
MaxInd
integer
::
FoundIndex
logical
::
tSuccess
Contents