diff options
author | 2021-07-27 09:57:00 -0700 | |
---|---|---|
committer | 2021-07-27 16:57:00 +0000 | |
commit | 3903b1f51975a5473837b7bc315bb48268b46496 (patch) | |
tree | bd436ed67176ae3ecc95dec3fe37b6bf658f3ddb /Source/Particles/PhotonParticleContainer.cpp | |
parent | c23649f826c2159ddef07d9eb01e49b0b1dae525 (diff) | |
download | WarpX-3903b1f51975a5473837b7bc315bb48268b46496.tar.gz WarpX-3903b1f51975a5473837b7bc315bb48268b46496.tar.zst WarpX-3903b1f51975a5473837b7bc315bb48268b46496.zip |
Rename: Optical Depths QED (#2140)
This is renaming the runtime added optical depth scalars for QED
physics just to create the same names in plotfile and openPMD output.
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 f7c391cde..27868cb84 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -121,7 +121,7 @@ PhotonParticleContainer::PushPX (WarpXParIter& pti, const bool local_has_breit_wheeler = has_breit_wheeler(); if (local_has_breit_wheeler) { evolve_opt = m_shr_p_bw_engine->build_evolve_functor(); - p_optical_depth_BW = pti.GetAttribs(particle_comps["optical_depth_BW"]).dataPtr() + offset; + p_optical_depth_BW = pti.GetAttribs(particle_comps["opticalDepthBW"]).dataPtr() + offset; } #endif |