aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-25 11:56:10 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-25 11:56:10 -0700
commite133d2202685d6e478b42f9b554b00d5fa722801 (patch)
treec12f1cf972c3acbdd079c3cacde35fd74c71c069 /Source/Particles/PhotonParticleContainer.cpp
parent398166af23cfadfbf989f73c9e973518ed7aca3c (diff)
downloadWarpX-e133d2202685d6e478b42f9b554b00d5fa722801.tar.gz
WarpX-e133d2202685d6e478b42f9b554b00d5fa722801.tar.zst
WarpX-e133d2202685d6e478b42f9b554b00d5fa722801.zip
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);
}