Skip to content

Commit

Permalink
bug in FL NC with IC when computed in the FONLL scheme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Bertone committed Dec 14, 2015
1 parent 1530ca8 commit 47f6454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/DIS/ComputeDISOperators.f
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ subroutine ComputeDISOperators(Q)
if(Nf_FF.lt.4)then
* FFNS
do pt=0,ipt_max_IC
CLnsp(4) = CLnsp(4) + as(pt)
CLnsp(4) = CLnsp(4) + cFLIC * as(pt)
1 * ( c0(4)
2 * SCLmNC(jgrid,ixi(4),
3 3,pt,alpha,beta)
Expand All @@ -683,10 +683,9 @@ subroutine ComputeDISOperators(Q)
5 * SC2mNC(jgrid,ixi(4)+1,
6 3,pt,alpha,beta) )
enddo
CLnsp(4) = cFLIC * CLnsp(4)
* FFN0
do pt=0,ipt_max_IC
c CLnsp(4) = CLnsp(4) - as(pt)
c CLnsp(4) = CLnsp(4) - cFLIC * as(pt)
c 1 * damp(4) * ( c0(4)
c 2 * SCLm0NC(jgrid,ixi(4),
c 3 3,pt,alpha,beta)
Expand Down
2 changes: 1 addition & 1 deletion src/DIS/RSLintegralsDIS.f
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ subroutine RSLintegralsDIS(beta,alpha)
SC2mNC(igrid,ixi,k,2,beta,alpha) =
1 sig1 * SC2mNC(igrid,ixi,k,2,beta,alpha)
2 + sig2 * SC2m0NC(igrid,ixi,k,2,beta,alpha)
SCLmNC(igrid,ixi,k,2,beta,alpha) =
SCLmNC(igrid,ixi,k,2,beta,alpha) =
1 sig1 * SCLmNC(igrid,ixi,k,2,beta,alpha)
2 + sig2 * SCLm0NC(igrid,ixi,k,2,beta,alpha)
enddo
Expand Down

0 comments on commit 47f6454

Please sign in to comment.