AIRES library reference: setglobal.


c
c     Name to use to call from C/C++: setglobalc
c
c
      subroutine setglobal(gvname, vval, irc)
c
c     Setting a dynamic global variable. This routine is primarily
c     designed to be used within a special particle module.
c
c     Written by: S. J. Sciutto, La Plata 2003.
c
c
c     Arguments:
c     =========
c
c     gvname.......... (input, character*(*)) Global variable name.
c     vval............ (input, character*(*)) String with the
c                      value to be set.
c     irc............. (output, integer) Return code. Zero means that
c                      the variable has been set successfully.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]