Skip to content

Commit

Permalink
remove unused type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Sep 25, 2024
1 parent d6d40cd commit 588e0c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Particles/NamedSoAComponents/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ void addParticles ()

int const NArrayReal = pc.NArrayReal;
int const NArrayInt = pc.NArrayInt;

using ParticleType = typename PC::ParticleType;
using ParticleTileDataType = typename PC::ParticleTileType::ParticleTileDataType;

const int add_num_particles = 5;

auto& ptile1 = pc.DefineAndReturnParticleTile(0, 0, 0);
ptile1.resize(add_num_particles);

Expand Down

0 comments on commit 588e0c6

Please sign in to comment.