Skip to content

Commit

Permalink
fixing typo in ccwrap/APFELfwevol.f
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone committed Jan 31, 2017
1 parent d3caaae commit 0a3fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccwrap/APFELfwevol.f
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function fgetthreshold(i)
function fheavyquarkthreshold(i)
integer i
double precision fheavyquarkthreshold
fheavyquarkthreshold = HavyQuarkThreshold(i)
fheavyquarkthreshold = HeavyQuarkThreshold(i)
return
end

Expand Down

0 comments on commit 0a3fd94

Please sign in to comment.