Skip to content

Commit

Permalink
Merge branch 'fix_typo_cooling' of https://github.com/lanl/phoebus in…
Browse files Browse the repository at this point in the history
…to fix_typo_cooling
  • Loading branch information
carlnotsagan committed Dec 13, 2023
2 parents ee60114 + 7e1b530 commit 3be4e88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/radiation/cooling_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ TaskStatus LightBulbCalcTau(MeshBlockData<Real> *rc) {
auto &unit_conv =
pmesh->packages.Get("phoebus")->Param<phoebus::UnitConversions>("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 3be4e88

Please sign in to comment.