Skip to content

Commit

Permalink
use microp constant for hydrogen mass
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Jul 23, 2023
1 parent 9c63d01 commit 379f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EOS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace quokka
{
static constexpr double boltzmann_constant_cgs = C::k_B; // cgs
static constexpr double hydrogen_mass_cgs = 1.6726231e-24; // cgs
static constexpr double hydrogen_mass_cgs = C::m_p + C::m_e; // cgs

// specify default values for ideal gamma-law EOS
//
Expand Down

0 comments on commit 379f970

Please sign in to comment.