libsim  Versione6.3.0
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]thisobject to search in
[in]searchwhat to search
[in]masksearch only among elements for which mask is .TRUE.
[in]backif .TRUE. search from the end
[in,out]typetype of vector found ("d","r","i","b","c")

Definizione alla linea 183 del file vol7d_varvect_class.f90.


Generated with Doxygen.