Skip to content

Commit

Permalink
Try to fix Doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Dec 6, 2024
1 parent 685d913 commit 4492996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Utils/ParticleUtils.H
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace ParticleUtils {
*/
amrex::DenseBins<typename WarpXParticleContainer::ParticleTileType::ParticleTileDataType>
findParticlesInEachCell (int lev,
amrex::MFIter const & mfi,
const amrex::MFIter & mfi,
WarpXParticleContainer::ParticleTileType & ptile);

/**
Expand Down
2 changes: 1 addition & 1 deletion Source/Utils/ParticleUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace ParticleUtils
Note that this does *not* rearrange particle arrays */
amrex::DenseBins<typename WarpXParticleContainer::ParticleTileType::ParticleTileDataType>
findParticlesInEachCell (int lev,
amrex::MFIter const & mfi,
const amrex::MFIter & mfi,
WarpXParticleContainer::ParticleTileType & ptile) {

// Extract particle structures for this tile
Expand Down

0 comments on commit 4492996

Please sign in to comment.