Skip to content

Commit

Permalink
Added more precise delta_c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Dias Pinto Vitenti committed Jun 2, 2021
1 parent 681782f commit c236772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion numcosmo/lss/nc_multiplicity_func_ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void
nc_multiplicity_func_ps_init (NcMultiplicityFuncPS *mulf_ps)
{
/* TODO: Add initialization code here */
mulf_ps->delta_c = 1.686;
mulf_ps->delta_c = 1.6864701998411454502;
}

static void
Expand Down
2 changes: 1 addition & 1 deletion numcosmo/lss/nc_multiplicity_func_st.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ nc_multiplicity_func_st_init (NcMultiplicityFuncST *mulf_st)
mulf_st->A = 0.3222;
mulf_st->b = 0.707;
mulf_st->p = 0.3;
mulf_st->delta_c = 1.686;
mulf_st->delta_c = 1.6864701998411454502;
}

static void
Expand Down

0 comments on commit c236772

Please sign in to comment.