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 c9aaf3d commit 60e4079
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ template <> struct ISM_Traits<MarshakProblem> {
};

template <>
AMREX_GPU_HOST_DEVICE auto RadSystem<MarshakProblem>::DefinePhotoelectricHeatingE1Derivative(amrex::Real const /*temperature*/, amrex::Real const /*num_density*/)
-> amrex::Real
AMREX_GPU_HOST_DEVICE auto RadSystem<MarshakProblem>::DefinePhotoelectricHeatingE1Derivative(amrex::Real const /*temperature*/,
amrex::Real const /*num_density*/) -> amrex::Real
{
// Values in cgs units from Bate & Keto (2015), Eq. 26.
// const double epsilon = 0.05; // default efficiency factor for cold molecular clouds
Expand Down

0 comments on commit 60e4079

Please sign in to comment.