PGK
unread,Sep 23, 2009, 4:19:09 AM9/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gg95
Hi all,
The maxval (and minval) runtime library function comes in 4 varieties.
For example, the double precision real versions are:
_g95_maxval_r8
_g95_maxval1_r8
_g95_maxvald_r8
_g95_maxval1d_r8
Incidentally, I'm calling these functions directly from libf95.a, and
I do know the specification of the Fortran function. Can anyone give a
pointer as to the role of each version of maxval/minval?
Graham