Skip to content

Commit 7e1b530

Browse files
authored
remove line that doesn't do anything
1 parent f316490 commit 7e1b530

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/radiation/cooling_function.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ TaskStatus LightBulbCalcTau(MeshBlockData<Real> *rc) {
4242
auto &unit_conv =
4343
pmesh->packages.Get("phoebus")->Param<phoebus::UnitConversions>("unit_conv");
4444
const Real density_conversion_factor = unit_conv.GetMassDensityCodeToCGS();
45-
46-
pmesh->packages.Get("phoebus")->Param<phoebus::UnitConversions>("unit_conv");
4745
parthenon::par_for(
4846
DEFAULT_LOOP_PATTERN, "CalcTau", DevExecSpace(), kb.s, kb.e, jb.s, jb.e, ib.s, ib.e,
4947
KOKKOS_LAMBDA(const int k, const int j, const int i) {

0 commit comments

Comments
 (0)