Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
carlnotsagan committed Dec 13, 2023
1 parent 025316e commit bbdd56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/radiation/cooling_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ TaskStatus LightBulbCalcTau(MeshBlockData<Real> *rc) {
IndexRange jb = rc->GetBoundsJ(IndexDomain::interior);
IndexRange kb = rc->GetBoundsK(IndexDomain::interior);

auto &unit_conv =
const Real density_conversion_factor = unit_conv.GetMassDensityCodeToCGS();
pmesh->packages.Get("phoebus")->Param<phoebus::UnitConversions>("unit_conv");
auto &unit_conv = const Real density_conversion_factor =
unit_conv.GetMassDensityCodeToCGS();
pmesh->packages.Get("phoebus")->Param<phoebus::UnitConversions>("unit_conv");
parthenon::par_for(
DEFAULT_LOOP_PATTERN, "CalcTau", DevExecSpace(), kb.s, kb.e, jb.s, jb.e, ib.s, ib.e,
KOKKOS_LAMBDA(const int k, const int j, const int i) {
Expand Down

0 comments on commit bbdd56e

Please sign in to comment.