Skip to content

Commit

Permalink
fixing bug in ExternalSplittingFunctions.f
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone committed Feb 3, 2017
1 parent d1a6f1e commit 3702934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Evolution/ExternalSplittingFunctions.f
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subroutine ComputeExternalSplittingFunctions(Bs2Bs,pt,nf,x,beta)
*
sfEv2Ev(1,1) = sfEv2Ev(1,1) + SP(0,nf,4,pt,alpha,beta) * wg
sfEv2Ev(1,2) = sfEv2Ev(1,2) + SP(0,nf,5,pt,alpha,beta) * wg
sfEv2Ev(2,1) = sfEv2Ev(2,2) + SP(0,nf,6,pt,alpha,beta) * wg
sfEv2Ev(2,1) = sfEv2Ev(2,1) + SP(0,nf,6,pt,alpha,beta) * wg
sfEv2Ev(2,2) = sfEv2Ev(2,2) + SP(0,nf,7,pt,alpha,beta) * wg
sfEv2Ev(3,3) = sfEv2Ev(3,3) + SP(0,nf,3,pt,alpha,beta) * wg
sfEv2Ev(4,4) = sfEv2Ev(4,4) + SP(0,nf,2,pt,alpha,beta) * wg
Expand Down

0 comments on commit 3702934

Please sign in to comment.