AIRES library reference: speigetmodname.


c
c     Name to use to call from C/C++: speigetmodnamec
c
c
      subroutine speigetmodname(mn, mnlen, mnfull, mnfullen)
c
c     Getting the name of the module invoked by the simulation
c     program.
c
c     Written by: S. J. Sciutto, La Plata 1999.
c
c
c     Arguments:
c     =========
c
c     mn.............. (output, character*(*)) Name of external module.
c                      The calling program must provide enough space to
c                      store this string.
c     mnlen........... (output, integer) Lenght of string "mn".
c     mnfull.......... (output, character*(*)) Full name of external
c                      module (Will be different of "mn" if the module
c                      was placed within one of the InputPath
c                      directories). The calling program must provide
c                      enough space to store this string.
c     mnfullen........ (output, integer) Lenght of string "mnfull".
c
c
c<--->


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