Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
yng87 committed Nov 29, 2019
1 parent 5c6419a commit 4833d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuperfluidGaps.jl
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ function Tc_n_Pm0(model::ModelParams, kF::Float64)
if model_name == "H"
return fit_frac(kF, gap_params_n_Pm0[model_name]...)
elseif model_name == "mod_gauss_custom"
return fit_gauss(kF, model.kfmax_n, model.delkf_n, model.tcmax_n, model.r4_n)
return fit_mod_gauss(kF, model.kfmax_n, model.delkf_n, model.tcmax_n, model.r4_n)
else
return fit_gauss(kF, gap_params_n_Pm0[model_name]...)
end

0 comments on commit 4833d9e

Please sign in to comment.