Skip to content

Commit

Permalink
small adjustment to the function that computes the renormalization sc…
Browse files Browse the repository at this point in the history
…ale as a function of alpha_s
  • Loading branch information
vbertone committed Feb 20, 2017
1 parent 3702934 commit 4b8630d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Evolution/a_QCD.f
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,13 @@ function muR2(as)
snf = 0
endif
*
integral = integral + intBeta(nfi,ipt,as0,asthDown(nfi+snf))
*
as0 = asthUp(nfi+snf)
if(nff.gt.nfi)then
integral = integral + intBeta(nfi,ipt,as0,asthDown(nfi+snf))
as0 = asthUp(nfi+snf)
else
integral = integral + intBeta(nfi,ipt,as0,asthUp(nfi))
as0 = asthDown(nfi)
endif
nfi = nfi + dnf
goto 10
endif
Expand Down

0 comments on commit 4b8630d

Please sign in to comment.