diff options
author | 2019-10-28 16:02:35 -0400 | |
---|---|---|
committer | 2019-10-28 16:02:35 -0400 | |
commit | 2eac8727874e11c3c8163b3d9ed1ec8854717753 (patch) | |
tree | 2b63236ffeaf611ce01c77bf39b650a1efba9103 /Source/Particles/PhotonParticleContainer.cpp | |
parent | 24515f6f3368a7655e5c1a8634c4548cae3f141f (diff) | |
parent | 2ca0eaf5fdafe3ead9b56f88827eddd5279571d2 (diff) | |
download | WarpX-2eac8727874e11c3c8163b3d9ed1ec8854717753.tar.gz WarpX-2eac8727874e11c3c8163b3d9ed1ec8854717753.tar.zst WarpX-2eac8727874e11c3c8163b3d9ed1ec8854717753.zip |
Merge pull request #493 from MaxThevenet/btd
replace 'boosted frame diags' with 'back-transformed diags'
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index cf2ffbec4..612da01ca 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -73,7 +73,7 @@ PhotonParticleContainer::PushPX(WarpXParIter& pti, const ParticleReal* const AMREX_RESTRICT By = attribs[PIdx::By].dataPtr(); const ParticleReal* const AMREX_RESTRICT Bz = attribs[PIdx::Bz].dataPtr(); - if (WarpX::do_boosted_frame_diagnostic && do_boosted_frame_diags) + if (WarpX::do_back_transformed_diagnostics && do_back_transformed_diagnostics) { copy_attribs(pti, x, y, z); } |