Skip to content

Commit

Permalink
remove mass_code_units
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Jul 26, 2023
1 parent 852ee12 commit 66d017c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cooling/test_cooling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ template <> struct quokka::EOS_Traits<CoolingTest> {
static constexpr double gamma = 5. / 3.; // default value
static constexpr double mean_molecular_weight = C::m_u;
static constexpr double boltzmann_constant = C::k_B;
static constexpr double mass_code_units = C::m_u;
};

template <> struct Physics_Traits<CoolingTest> {
Expand Down

0 comments on commit 66d017c

Please sign in to comment.