diff options
author | 2019-06-05 09:58:12 -0700 | |
---|---|---|
committer | 2019-06-05 09:58:12 -0700 | |
commit | ec07b7e94345e89be747ea8f51489da32fae9a67 (patch) | |
tree | b0995a986a1f2cb0bbff44e1340644bba9f1c8be /Source/Particles/WarpXParticleContainer.H | |
parent | 55d29eec3c4fe7452798f8d6a4b4f37ae667bfbb (diff) | |
parent | 6faec7af00055eb58000967f2aa6415516533a34 (diff) | |
download | WarpX-ec07b7e94345e89be747ea8f51489da32fae9a67.tar.gz WarpX-ec07b7e94345e89be747ea8f51489da32fae9a67.tar.zst WarpX-ec07b7e94345e89be747ea8f51489da32fae9a67.zip |
merging with dev
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H index b24e14e9f..1e3dfb2ae 100644 --- a/Source/Particles/WarpXParticleContainer.H +++ b/Source/Particles/WarpXParticleContainer.H @@ -255,6 +255,8 @@ public: AddIntComp(comm); } + int DoBoostedFrameDiags () const { return do_boosted_frame_diags; } + protected: std::map<std::string, int> particle_comps; |