stdlu Subroutine

public subroutine stdlu(a, n, l)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a(n)
integer :: n
real(kind=real64), intent(out) :: l(n)