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 4, 2024
1 parent 6cb971b commit 7ceca8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/radiation/radiation_system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@ AMREX_GPU_DEVICE auto RadSystem<problem_t>::ComputeDustTemperatureBateKeto(doubl
return T_d;
}

#include "radiation/source_terms_single_group.hpp" // IWYU pragma: export
#include "radiation/source_terms_multi_group.hpp" // IWYU pragma: export
#include "radiation/source_terms_imperfectly_coupled_dust.hpp" // IWYU pragma: export
#include "radiation/source_terms_imperfectly_coupled_dust.hpp" // IWYU pragma: export
#include "radiation/source_terms_multi_group.hpp" // IWYU pragma: export
#include "radiation/source_terms_single_group.hpp" // IWYU pragma: export

#endif // RADIATION_SYSTEM_HPP_
4 changes: 2 additions & 2 deletions src/radiation/source_terms_imperfectly_coupled_dust.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ AMREX_GPU_DEVICE auto RadSystem<problem_t>::SolveGasDustRadiationEnergyExchange(
JacobianResult<problem_t> jacobian;

if (dust_model == 1) {
jacobian = ComputeJacobianForGasAndDust(T_gas, T_d, Egas_diff, Erad_diff, Rvec, Src, coeff_n, tau, c_v, lambda_gd_times_dt, opacity_terms.kappaPoverE,
d_fourpiboverc_d_t);
jacobian = ComputeJacobianForGasAndDust(T_gas, T_d, Egas_diff, Erad_diff, Rvec, Src, coeff_n, tau, c_v, lambda_gd_times_dt,
opacity_terms.kappaPoverE, d_fourpiboverc_d_t);
} else {
jacobian = ComputeJacobianForGasAndDustDecoupled(T_gas, T_d, Egas_diff, Erad_diff, Rvec, Src, coeff_n, tau, c_v, lambda_gd_times_dt,
opacity_terms.kappaPoverE, d_fourpiboverc_d_t);
Expand Down

0 comments on commit 7ceca8d

Please sign in to comment.