#include "implicit_f.inc"Go to the source code of this file.
Functions/Subroutines | |
| integer function | dichotomic_search_i_asc (val, array, len) |
| integer function dichotomic_search_i_asc | ( | integer, intent(in) | val, |
| integer, dimension(len), intent(in) | array, | ||
| integer, intent(in) | len ) |
Definition at line 26 of file dichotomic_search_i_asc.F.