Skip to content

Commit

Permalink
turn off soa idcpu when not using pure soa particles
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Dec 8, 2023
1 parent cfd769d commit cca5e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Particle/AMReX_ParticleTile.H
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ struct ParticleTile
using SoA = typename std::conditional<
ParticleType::is_soa_particle,
StructOfArrays<NArrayReal, NArrayInt, Allocator, true>,
StructOfArrays<NArrayReal, NArrayInt, Allocator, true>>::type;
StructOfArrays<NArrayReal, NArrayInt, Allocator, false>>::type;
using RealVector = typename SoA::RealVector;
using IntVector = typename SoA::IntVector;
using StorageParticleType = typename ParticleType::StorageParticleType;
Expand Down

0 comments on commit cca5e92

Please sign in to comment.