c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
subroutine speigetrealvar(varn, vval, irc)
c
c Getting a real internal variable interchanged with the
c AIRES kernel.
c
c Written by: S. J. Sciutto, La Plata 1999, 2003, 2010.
c
c
c Arguments:
c =========
c
c varn............ (input, integer) Variable index. Must lie in the
c allowed range.
c vval............ (output, double precision) Current value of the
c variable.
c irc............. (output, integer) Return code. Zero corresponds
c to normal return. If irc is non zero, then vval
c is set to zero.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |