findloc_integer_dim1 Module Procedure

module procedure findloc_integer_dim1 pure module function findloc_integer_dim1(array, value, dim, back) result(location)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: array(:)
integer, intent(in) :: value
integer, intent(in) :: dim
logical, intent(in), optional :: back

Return Value integer


Calls

proc~~findloc_integer_dim1~~CallsGraph proc~findloc_integer_dim1 findloc_integer_dim1 interface~assert assert proc~findloc_integer_dim1->interface~assert proc~assert assert interface~assert->proc~assert

Called by

proc~~findloc_integer_dim1~~CalledByGraph proc~findloc_integer_dim1 findloc_integer_dim1 interface~findloc_integer_dim1 findloc_integer_dim1 interface~findloc_integer_dim1->proc~findloc_integer_dim1 interface~findloc findloc interface~findloc->interface~findloc_integer_dim1

Contents

None