New fortran functions for compiler versions that do not support them. More...
Functions/Subroutines | |
| integer function, dimension(:), allocatable | findloc (a, v) |
| substitute for the findloc intrinsic (only for integer, dimension(:) at the moment) More... | |
New fortran functions for compiler versions that do not support them.
| integer function, dimension(:), allocatable future::findloc | ( | integer, dimension(:), intent(in) | a, |
| integer, intent(in) | v | ||
| ) |
substitute for the findloc intrinsic (only for integer, dimension(:) at the moment)
Definition at line 22 of file future.f90.