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 speisetrealvar(varn, vval, irc)
c
c Setting 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............ (input, double precision) Value to be assigned
c to the variable.
c irc............. (output, integer) Return code. Zero corresponds
c to normal return. If irc is non zero, no
c variable is set.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |