Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent df848d4 commit 196bd05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ template <> struct RadSystem_Traits<MarshakProblem> {
template <> struct ISM_Traits<MarshakProblem> {
static constexpr bool enable_dust_gas_thermal_coupling_model = true;
static constexpr bool enable_photoelectric_heating = false;
// 1.0e-5 is the minimum value allowed for this test; smaller values will result in negative T_d.
// 1.0e-5 is the minimum value allowed for this test; smaller values will result in negative T_d.
static constexpr double gas_dust_coupling_threshold = 1.0e-5;
};

Expand Down

0 comments on commit 196bd05

Please sign in to comment.