Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Sep 11, 2023
1 parent f207899 commit feb47a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ShockCloud/cloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ constexpr double m_H = C::m_p + C::m_e; // mass of hydrogen atom

template <> struct Physics_Traits<ShockCloud> {
static constexpr bool is_hydro_enabled = true;
static constexpr int numMassScalars = 0; // number of mass scalars
static constexpr int numPassiveScalars = numMassScalars + 0; // number of passive scalars
static constexpr bool is_radiation_enabled = false;
static constexpr bool is_mhd_enabled = false;
static constexpr int numMassScalars = 0;
Expand Down

0 comments on commit feb47a1

Please sign in to comment.