c
c Name to use to call from C/C++: setintglobalc
c
c
subroutine setintglobal(gvname, vval, irc)
c
c Setting an integer value as a dynamic global variable. This
c routine is primarily designed to be used within a special
c 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, integer) Integer value to 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 |