aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r--Source/Particles/WarpXParticleContainer.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H
index c258f28c7..3bf4d4e9c 100644
--- a/Source/Particles/WarpXParticleContainer.H
+++ b/Source/Particles/WarpXParticleContainer.H
@@ -315,8 +315,8 @@ public:
amrex::Gpu::ManagedDeviceVector<int>& ionization_mask)
{};
- std::map<std::string, int> getParticleComps () { return particle_comps;}
- std::map<std::string, int> getParticleiComps () { return particle_icomps;}
+ std::map<std::string, int> getParticleComps () const noexcept { return particle_comps;}
+ std::map<std::string, int> getParticleiComps () const noexcept { return particle_icomps;}
//amrex::Real getCharge () {return charge;}
amrex::ParticleReal getCharge () const {return charge;}
@@ -397,8 +397,6 @@ protected:
amrex::Vector<std::map<PairIndex, std::array<DataContainer, TmpIdx::nattribs> > > tmp_particle_data;
- DefaultInitializerFactory m_default_initializer_factory;
-
void defineAllParticleTiles () noexcept;
private:
='jarred/fix-crash'>jarred/fix-crash Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/serialize.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines