Skip to content

Commit

Permalink
bug in LHAPDFgrid.f fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone committed Mar 18, 2015
1 parent 9ad1056 commit f60aeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Evolution/LHAPDFgrid.f
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ subroutine LHAPDFgrid(Nrep,Qin,fname)
write(13,*) (dsqrt(q2LHA(iq2)), iq2=iq2in,iq2fi)
*
if(Th.eq."QCD") then
write(13,"(a)") "-6 -5 -4 -3 -1 -2 21 2 1 3 4 5 6"
write(13,"(a)") "-6 -5 -4 -3 -2 -1 21 1 2 3 4 5 6"
else
write(13,"(a)") "-6 -5 -4 -3 -1 -2 21 2 1 3 4 5 6 22"
write(13,"(a)") "-6 -5 -4 -3 -2 -1 21 1 2 3 4 5 6 22"
endif
*
do iq2=iq2in,iq2fi
Expand Down

0 comments on commit f60aeee

Please sign in to comment.