Skip to content

Commit

Permalink
Fixes for new API associated with SoA-only particlesMerge pull request
Browse files Browse the repository at this point in the history
…#87 from atmyers/soa_particle_fix

Fixes for new API associated with SoA-only particles
  • Loading branch information
jmsexton03 authored Apr 19, 2023
2 parents 76bffaa + 2cb1ace commit 8613f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Particle/NyxParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class NyxParticleContainer
{
public:

using ParticleTileType = amrex::ParticleTile<NSR,NSI,NAR,NAI>;
using ParticleTileType = amrex::ParticleTile<amrex::Particle<NSR,NSI>,NAR,NAI>;
using MyParIter = amrex::ParIter<NSR,NSI,NAR,NAI>;
using MyConstParIter = amrex::ParConstIter<NSR,NSI,NAR,NAI>;

Expand Down
2 changes: 1 addition & 1 deletion subprojects/amrex
Submodule amrex updated 777 files

0 comments on commit 8613f29

Please sign in to comment.