Skip to content

Commit

Permalink
changed input for hyrec function
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanoom Lee authored and cmbant committed Mar 26, 2021
1 parent cae8d48 commit 51b55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/hyrec.f90
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ subroutine THyRec_init(this,State, WantTSpin)
Calc%Tnow=State%CP%tcmb

call rec_build_history_camb(OmegaC, OmegaB, &
State%CP%H0, State%CP%tcmb, State%CP%Yhe, State%CP%N_eff()-State%CP%Nu_mass_eigenstates, &
State%CP%H0, State%CP%tcmb, State%CP%Yhe, State%CP%N_eff(), &
this%Calc%xhyrec, this%Calc%tmhyrec, Nz)
end select
end subroutine THyRec_init
Expand Down

0 comments on commit 51b55b2

Please sign in to comment.