Skip to content

Commit

Permalink
Consistent parameter names to appease clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jun 18, 2024
1 parent 60c2852 commit 1fd2d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/incflo.H
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ private:
LevelData (amrex::BoxArray const& ba,
amrex::DistributionMapping const& dm,
amrex::FabFactory<amrex::FArrayBox> const& fact,
incflo* a_incflo);
incflo* my_incflo);
// cell-centered multifabs
amrex::MultiFab velocity;
amrex::MultiFab velocity_o;
Expand Down

0 comments on commit 1fd2d71

Please sign in to comment.