From 51b55b2c1a015f96133073978a355556e7b92429 Mon Sep 17 00:00:00 2001 From: Nanoom Lee Date: Fri, 26 Mar 2021 00:56:31 -0400 Subject: [PATCH] changed input for hyrec function --- fortran/hyrec.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/hyrec.f90 b/fortran/hyrec.f90 index 034ed677..1a453997 100644 --- a/fortran/hyrec.f90 +++ b/fortran/hyrec.f90 @@ -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