Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mari2895 committed Jan 4, 2024
1 parent 7034107 commit 6ebdc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/radiation/cooling_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TaskStatus LightBulbCalcTau(MeshData<Real> *rc) {
namespace p = fluid_prim;
namespace c = fluid_cons;
namespace iv = internal_variables;
using parthenon::MakePackescriptor;
using parthenon::MakePackDescriptor;
Mesh *pmesh = rc->GetMeshPointer();
auto &resolved_pkgs = pmesh->resolved_packages;
const int ndim = pmesh->ndim;
Expand Down Expand Up @@ -82,7 +82,7 @@ TaskStatus CheckDoGain(MeshData<Real> *rc, bool *do_gain_global) {
namespace p = fluid_prim;
namespace c = fluid_cons;
namespace iv = internal_variables;
using parthenon::MakePackescriptor;
using parthenon::MakePackDescriptor;
Mesh *pmesh = rc->GetMeshPointer();
auto &resolved_pkgs = pmesh->resolved_packages;
const int ndim = pmesh->ndim;
Expand Down

0 comments on commit 6ebdc38

Please sign in to comment.