Next: PILGETREAL4VARVECTOR
Up: PILGETREALVARVECTOR
Previous: Return Value
Contents
- CHARACTER*(*) :: NAME [In]
name of the parameter
- INTEGER :: NELEM [In/Out]
Maximum expected number of item (on input). Actual number of floats found in
parameter (on output)
REAL*8 :: RESULT [Out]
pointer to vector of REAL*8's to store result. Actually, one should
pass 1st element of vector say VECNAME(1), and not VECNAME
Bryan Irby
2004-10-05