Skip to content

Commit

Permalink
Fix mismatch between function declaration and definition
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Dec 6, 2024
1 parent 6dd2da0 commit 685d913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Utils/ParticleUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ namespace ParticleUtils

/* Find the particles and count the particles that are in each cell.
Note that this does *not* rearrange particle arrays */
ParticleBins
amrex::DenseBins<typename WarpXParticleContainer::ParticleTileType::ParticleTileDataType>
findParticlesInEachCell (int lev,
MFIter const & mfi,
ParticleTileType & ptile) {
amrex::MFIter const & mfi,
WarpXParticleContainer::ParticleTileType & ptile) {

// Extract particle structures for this tile
int const np = ptile.numParticles();
Expand Down

0 comments on commit 685d913

Please sign in to comment.