From 309931d30fb0c648e929b0b983887cb5b59b2f91 Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Thu, 24 Oct 2024 16:24:46 -0400 Subject: [PATCH] remove bfield_gauss input param --- src/pgen/precipitator.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pgen/precipitator.cpp b/src/pgen/precipitator.cpp index 42f2e18b..ef327b03 100644 --- a/src/pgen/precipitator.cpp +++ b/src/pgen/precipitator.cpp @@ -758,10 +758,6 @@ void ProblemInitPackageData(ParameterInput *pin, parthenon::StateDescriptor *pkg hydro_pkg->AddParam("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("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");