From 196bd05bab27d82c84e7a797b49fe0a1fd718c38 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:44:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/problems/RadMarshakDust/test_radiation_marshak_dust.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/problems/RadMarshakDust/test_radiation_marshak_dust.cpp b/src/problems/RadMarshakDust/test_radiation_marshak_dust.cpp index 831eb98b5..b9bd4db82 100644 --- a/src/problems/RadMarshakDust/test_radiation_marshak_dust.cpp +++ b/src/problems/RadMarshakDust/test_radiation_marshak_dust.cpp @@ -73,7 +73,7 @@ template <> struct RadSystem_Traits { template <> struct ISM_Traits { 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; };