|
integer function, dimension(size(search)) vol7d_varvect_indexvect |
( |
type(vol7d_varvect), intent(in) |
this, |
|
|
type(vol7d_var), dimension(:), intent(in) |
search, |
|
|
logical, intent(in), optional |
back, |
|
|
character(len=*), dimension(:), intent(inout) |
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] | back | if .TRUE. search from the end |
[in,out] | type | type of vector found ("d","r","i","b","c") |
Definizione alla linea 269 del file vol7d_varvect_class.f90.
|