MINMAX Subroutine

subroutine MINMAX(N, A, AMIN, AMAX)

Arguments

Type IntentOptional Attributes Name
integer :: N

@# KKRtags: VORONOI deprecated @# KKRmerge: can be replaced by Fortran intrinsics Input:

double precision :: A(*)
double precision :: AMIN
double precision :: AMAX