![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | find_pos (n, vec, tar, ind) |
Find element position on a vector. | |
subroutine find_pos | ( | integer*4 | n, |
integer*4, dimension(n) | vec, | ||
integer*4 | tar, | ||
integer*4 | ind | ||
) |
Find element position on a vector.
[in] | n | |
[in] | vec | vec vector where seraching tar |
[in] | tar | target |
[ount] | ind position of tar in vec, 0 otherwise |
Definition at line 28 of file FIND_POS.f90.