Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 28, 2024
1 parent 3133ba4 commit 2607ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/gravity/Gravity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Gravity::Gravity(Amr* Parent, int _finest_level, BCRec* _phys_bc, int _density)
level_solver_resnorm(MAX_LEV),
volume(MAX_LEV),
area(MAX_LEV),
phys_bc(_phys_bc),
phys_bc(_phys_bc)
{

amrex::ignore_unused(_finest_level);
Expand Down

0 comments on commit 2607ee5

Please sign in to comment.