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 Aug 2, 2023
1 parent 59dc956 commit d2f0deb
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 d2f0deb

Please sign in to comment.