RINIT Subroutine

subroutine RINIT(N, A)

Setting the first N values of a real (kind=dp) array A to zero

Note

May be substituted by A(1:N) = 0.d0

Arguments

Type IntentOptional Attributes Name
integer :: N
double precision :: A(*)