Skip to content

Commit

Permalink
changed mass units
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Jul 23, 2023
1 parent b13a540 commit dfef3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RadPulse/test_radiation_pulse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ template <> struct quokka::EOS_Traits<PulseProblem> {
static constexpr double mean_molecular_weight = 1.0;
static constexpr double boltzmann_constant = (2. / 3.);
static constexpr double gamma = 5. / 3.;
static constexpr double hydrogen_mass_code_units = 1.0 / C::n_A;
static constexpr double hydrogen_mass_code_units = quokka::hydrogen_mass_cgs;
};

template <> struct RadSystem_Traits<PulseProblem> {
Expand Down

0 comments on commit dfef3f1

Please sign in to comment.