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 dumpinputdata0(intdata, realdata)
c
c Copying into arrays global input data parameters stored in an
c already read dump file, and that are not returned by
c croinputdata0.
c
c Written by: S. J. Sciutto, La Plata 2000; Fermilab 2003.
c
c
c Arguments:
c =========
c
c intdata......... (output, integer, array(*)) Integer data array.
c The calling program must provide enough space
c for it. The following list describes the
c different data items:
c ( 1) Total number of showers
c ( 2) Number of completed showers.
c ( 3) First shower number.
c ( 4) Number of merged data files.
c ( 5-9) Reserved for future use.
c (10) Separate Showers integer parameter.
c realdata........ (output, double precision, array(*)) Real data
c array. The calling program must provide enough
c space for it. The following list describes the
c different data items:
c ( 1- ) Reserved for future use.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |