1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

fixed a compilation error due to typor

This commit is contained in:
Oliver Hahn 2018-03-07 03:14:44 +01:00
parent ed619e96f2
commit eb870edb89

View file

@ -90,7 +90,7 @@ private:
m_filename_Tk + "\'");
}
if( Omega_b < 1e-6 ) Tkvtot = Tktot;
if( m_Omega_b < 1e-6 ) Tkvtot = Tktot;
else Tkvtot=((m_Omega_m-m_Omega_b)*Tkvc+m_Omega_b*Tkvb)/m_Omega_m; //MvD
m_linbaryoninterp |= Tkb < 0.0 || Tkvb < 0.0;