15 COMMON /leptou/ cut(14),lst(40),parl(30),
17 REAL cut,parl,
x,
y,w2,q2,u
22 &q2min,q2max,w2min,w2max,ilep,inu,ig,iz
24 INTEGER ksave,ilep,inu,ig,iz
27 COMMON /linteg/ ntot,npass
31 COMMON /flgrid/ nfx,nfq,xr(2),qr(2),flqt(41,16),flgt(41,16),
33 REAL xr,qr,flqt,flgt,flmt
38 INTEGER lqcd,ltm,lht,ix,iq,lq,
it
39 REAL t1,flq,accur,
eps,
t2,flg,flm
45 ltm=mod(lst(11)/10,10)
47 IF(lst(3).GE.3)
WRITE(6,1000) lst(11),lqcd,ltm,lht
48 IF(lqcd.LT.1.AND.ltm.LT.1)
RETURN
59 x=10**(alog10(xr(1))+(alog10(xr(2))-alog10(xr(1)))*(ix-1)/(nfx-1))
61 IF(qr(1).GT.qr(2)) goto 500
64 q2=10**(alog10(qr(1))+(alog10(qr(2))-alog10(qr(1)))*
67 IF(q2.GT.parl(21)) lq=lq+1
69 IF(
y.LT.0.0.OR.
y.GT.1.0) lq=lq+1
118 IF(lst(3).GE.3)
WRITE(6,1100)
t2-
t1
121 1000
FORMAT(
' Initialisation for FL; QCD, target mass, higher twist: ',
122 &/,
' LST(11) =',i5,
' --> LQCD, LTM, LHT =',3i3)
123 1100
FORMAT(
' FL integrations performed if LQCD=1 and/or LTM=1, ',
124 &
'results on grid.'/,
' Time for FL integrations is ',f7.1,
' sec.')