Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Jan 9, 2025
1 parent 07c2fba commit 47bc8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/AcceleratorLattice/AcceleratorLattice.H
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public:
* @param[in] dm the distribution map at the level of refinement
*/
void InitElementFinder (
int lev,
amrex::Real gamma_boost,
int const lev,
amrex::Real const gamma_boost,
amrex::BoxArray const & ba,
amrex::DistributionMapping const & dm);

Expand Down
2 changes: 1 addition & 1 deletion Source/AcceleratorLattice/LatticeElementFinder.H
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct LatticeElementFinder
* @param[in] a_mfi specifies the grid where the finder is defined
* @param[in] accelerator_lattice a reference to the accelerator lattice at the refinement level
*/
void InitElementFinder (int lev, amrex::Real gamma_boost,
void InitElementFinder (int const lev, amrex::Real const gamma_boost,
amrex::MFIter const& a_mfi,
AcceleratorLattice const& accelerator_lattice);

Expand Down

0 comments on commit 47bc8e7

Please sign in to comment.