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 crospmodinfo(spname, spmodu, spml, sppars, sppl, irc)
c
c Retrieving information about the external module associated to a
c already defined special particle.
c
c Written by: S. J. Sciutto, La Plata 1999.
c
c
c Arguments:
c =========
c
c spname.......... (input, character*16) The name of the special
c particle.
c spmodu.......... (output, character*(*)) The name of the
c associated module. The calling program must
c provide enough space for this string.
c spml............ (output, integer) Length of string "spmodu".
c sppars.......... (output, character*(*)) String containing the
c parameters passed to the module. The calling
c program must provide enough space for this string.
c sppl............ (output, integer) Length of string "sppars".
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |