Skip to content

Commit

Permalink
Update src/actors/hcd/neutral_fueling_actor.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Orso Meneghini <orso82@gmail.com>
  • Loading branch information
jmcclena and orso82 committed Sep 10, 2024
1 parent 0f8fe12 commit 9b02919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actors/hcd/neutral_fueling_actor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ clm-r 137 culham laboratory 1974 for x.lt.1.0e-3, a rate coefficient derived fro
over the approximate cross section, sigma=0.6937e-14*(1.0-0.155*LOG10 (e/1ev))**2 is used. this cross section is
an approximation to that given by Riviere, Nuclear Fusion 11,363(1971).
"""

function cxr(x::Vector{Float64})
tc = log.(x) .+ 6.9077553
dum = 0.2530205e-4 .- tc .* 0.8230751e-6
Expand Down

0 comments on commit 9b02919

Please sign in to comment.