Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed May 5, 2023
1 parent b03243c commit 15cc60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgen/cluster/hydrostatic_equilibrium_sphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ HydrostaticEquilibriumSphere<GravitationalField, EntropyProfile>::
k_boltzmann_ = units.k_boltzmann();

mu_ = hydro_pkg->Param<Real>("mu");
mu_e_ = hydro_pkg->Param<Real>("me_e");
mu_e_ = hydro_pkg->Param<Real>("mu_e");

r_fix_ = pin->GetOrAddReal("problem/cluster/hydrostatic_equilibrium", "r_fix",
1953.9724519818478 * units.kpc());
Expand Down

0 comments on commit 15cc60d

Please sign in to comment.