Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qyx268 committed Nov 16, 2023
1 parent 5596cc4 commit 1804b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py21cmfast/src/IonisationBox.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ LOG_SUPER_DEBUG("sigma table has been initialised");
box->mean_f_coll_MINI = 0.;
if(flag_options->PHOTON_CONS) {
box->mean_f_coll_PC = Nion_General(stored_redshift,M_MIN,Mturnover,astro_params->ALPHA_STAR,astro_params->ALPHA_ESC,
astro_params->F_STAR10,astro_params->F_ESC10*stored_ESC10_zterm,Mlim_Fstar,stored_Mlim_Fesc);
astro_params->F_STAR10,astro_params->F_ESC10*stored_F_ESC10_zterm,Mlim_Fstar,stored_Mlim_Fesc);
box->mean_f_coll_MINI_PC = 0.;
}
f_coll_min = Nion_General(global_params.Z_HEAT_MAX,M_MIN,Mturnover,astro_params->ALPHA_STAR,astro_params->ALPHA_ESC,
Expand Down

0 comments on commit 1804b4e

Please sign in to comment.