Skip to content

Commit

Permalink
fixup: particle list AoSoA constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Sep 1, 2023
1 parent 005fe2b commit d101d22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/Cabana_ParticleList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ class ParticleList
}

//! Constructor from existing AoSoA.
template <class AoSoAType>
ParticleList( const AoSoAType aosoa )
ParticleList( const aosoa_type& aosoa )
: _aosoa( aosoa )
{
}
Expand Down

0 comments on commit d101d22

Please sign in to comment.