Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 414e0e5 commit a1d31e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PopIII/popiii.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ auto problem_main() -> int
RadhydroSimulation<PopIII> sim(BCs_cc);
sim.doPoissonSolve_ = 1; // enable self-gravity

amrex::ParmParse const pp("popiii");
amrex::ParmParse const pp("popiii");
Real densfloor = NAN;
pp.query("density_floor", densfloor);
pp.query("density_floor", densfloor);
sim.densityFloor_ = densfloor;

sim.tempFloor_ = 2.73 * (30.0 + 1.0);
Expand Down

0 comments on commit a1d31e7

Please sign in to comment.