Previous: utrls Up: ../plot79_u.html Next: utrnr2


UTRMA

       SUBROUTINE  UTRMA (A,N,AMIN,AMAX)
 C$    (REAL Maximum and Minimum of an Array)
 C$    Return the maximum and minimum elements, AMAX and AMIN,  of
 C$    the N element array A(*).
 C$    (09-APR-82)