Skip to content

Commit

Permalink
remove bfield_gauss input param
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Oct 24, 2024
1 parent a16e17e commit 309931d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pgen/precipitator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,6 @@ void ProblemInitPackageData(ParameterInput *pin, parthenon::StateDescriptor *pkg
hydro_pkg->AddParam<Real>("h_smooth_heatcool",
h_smooth_heatcool); // smoothing scale (code units)

// read magnetic field strength
const Real bfield_gauss = pin->GetReal("precipitator", "bfield_gauss");
hydro_pkg->AddParam<Real>("bfield_gauss", bfield_gauss);

// read perturbation parameters
const int kx_max = pin->GetInteger("precipitator", "perturb_kx");
const int ky_max = pin->GetInteger("precipitator", "perturb_ky");
Expand Down

0 comments on commit 309931d

Please sign in to comment.