|  | SPEED
    | 
Go to the source code of this file.
| Functions/Subroutines | |
| subroutine | check_vector (n, v, ind, tt) | 
| Checks if an element is present in a vector. | |
| subroutine check_vector | ( | integer*4, intent(in) | n, | 
| integer*4, dimension(n), intent(in) | v, | ||
| integer*4, intent(in) | ind, | ||
| integer*4, intent(out) | tt | ||
| ) | 
Checks if an element is present in a vector.
| [in] | n | dimension of v | 
| [in] | v | vector | 
| [in] | ind | index to find | 
| [out] | tt | 1 if ind is in v, 0 otherwise | 
Definition at line 28 of file CHECK_VECTOR.f90.
Referenced by setup_mpi_jump().
