Skip to content

Commit

Permalink
Correct Omega b in Planck18 parameter set.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmetcalf committed Dec 6, 2019
1 parent 9032b17 commit 37bb474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ void COSMOLOGY::SetConcordenceCosmology(CosmoParamSet cosmo_p){

// Final Planck cosmology Aghanim, 2018

h = 0.674;
Omo = 0.315;
Oml = 1-Omo;
h = 0.674;

Omb = 0.02224/h/h;

Omb = 0.0224/h/h;

ww=-1.0;
ww1=0.0;
Expand Down

0 comments on commit 37bb474

Please sign in to comment.