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 speiend(retcode)
c
c Closing the interface for the "special" primary particle
c external process.
c
c Written by: S. J. Sciutto, La Plata 1999, 2019.
c
c
c Arguments:
c =========
c
c retcode......... (input, integer) Return code to pass to the
c main simulation program. retcode = 0 means
c normal return. If retcode is not zero, a
c a message will be printed and saved in the log
c file (.lgf): 0 < |retcode| < 10,
c 10 <= |retcode| < 20, 20 <= |retcode| < 30, and
c |retcode| >= 30 correspond, respectively, to
c information, warning, error and fatal messages.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |