next up previous contents index
Next: Interface print Up: Module table_module Previous: Interface sort   Contents   Index

Interface search


\begin{boxedminipage}{\textwidth}
\begin{verbatim}index = search(this,intpart)\end{verbatim}
\end{boxedminipage}

Do a binary search (faster than find) on a pre-sorted table

this -- type(table), intent(in)

intpart -- integer, intent(in), dimension(:)

Return value -- integer
print interface

gabor 2009-06-30