Skip to content

Commit

Permalink
Tidy up v2
Browse files Browse the repository at this point in the history
  • Loading branch information
melley95 committed Oct 2, 2024
1 parent dd03352 commit e462823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Background/FRW.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ class FRW

data_t K0 = -sqrt(24.0 * M_PI * m_params.rho0); // Ham constraint

data_t t0 =
-1.0 / ((1.0 + m_params.omega) * K0); // Defining t0 from time evolution of scale factor
data_t t0 = -1.0 / ((1.0 + m_params.omega) * K0); // Defining t0 from time evolution of scale factor

if (m_params.omega == -1)
{ // Cosmo constant
Expand Down

0 comments on commit e462823

Please sign in to comment.