16****
PARAMETER( jlim1=64, jlim2=1024) ! usualy enough
17****
PARAMETER( jlim1=256, jlim2=4096) ! denser grid
18 PARAMETER( jlim1=512, jlim2=8192) ! even denser grid, standard
19****
PARAMETER( jlim1=1024, jlim2=16384) ! very dense grid but slow
25 * xx( jlim2+1), !
x-grid
26 * yy( jlim2+1), ! f(x) values
27 * zint(jlim2+1), ! cumulative integral from
x=xx(1)=0 to
x=xx(j)
28 * zsum, ! estimated integral (zint is normalized to
one)
29 * swt, ! sum of weights
30 * sswt, ! sum of squares of weights
31 * nevs, ! serial counter
38* SUBROUTINE Vesk1_Initialize
39* SUBROUTINE Vesk1_Make
40* SUBROUTINE Vesk1_Finalize
*************Class members
*************Class jlim2 **** PARAMETER(jlim1=64, jlim2=1024) ! usualy enough ****PARAMETER(jlim1
IMPLICIT REAL *A O Z IMPLICIT INTEGER(I-N) C.... COMMONBALOCKS FOR MODE COMMON/MODEXS/ICH common/bornXS/xborn REAL *8 USER_XX(1000)