aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-10-28 16:02:35 -0400
committerGravatar GitHub <noreply@github.com> 2019-10-28 16:02:35 -0400
commit2eac8727874e11c3c8163b3d9ed1ec8854717753 (patch)
tree2b63236ffeaf611ce01c77bf39b650a1efba9103 /Source/Particles/PhotonParticleContainer.cpp
parent24515f6f3368a7655e5c1a8634c4548cae3f141f (diff)
parent2ca0eaf5fdafe3ead9b56f88827eddd5279571d2 (diff)
downloadWarpX-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.cpp2
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);
}