AIRES library reference: speisetintvar.


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 speisetintvar(varn, vval, irc)
c
c     Setting an integer internal variable interchanged with the
c     AIRES kernel.
c
c     Written by: S. J. Sciutto, La Plata 1999, 2010.
c
c
c     Arguments:
c     =========
c
c     varn............ (input, integer) Variable index. Must lie in the
c                      allowed range.
c     vval............ (input, integer) Value to be assigned to the
c                      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 [HOME]