|
integer function vol7d_varvect_index |
( |
type(vol7d_varvect), intent(in) |
this, |
|
|
type(vol7d_var), intent(in) |
search, |
|
|
logical, dimension(:), intent(in), optional |
mask, |
|
|
logical, intent(in), optional |
back, |
|
|
character(len=*), intent(inout), optional |
type |
|
) |
| |
Return the index of first or last element of this equal to search.
- Parametri
-
[in] | this | object to search in |
[in] | search | what to search |
[in] | mask | search only among elements for which mask is .TRUE. |
[in] | back | if .TRUE. search from the end |
[in,out] | type | type of vector found ("d","r","i","b","c") |
Definizione alla linea 183 del file vol7d_varvect_class.f90.
|