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/MultiParticleContainer.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/MultiParticleContainer.cpp')
-rw-r--r-- | Source/Particles/MultiParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/MultiParticleContainer.cpp b/Source/Particles/MultiParticleContainer.cpp index b0a1d211f..ba8825522 100644 --- a/Source/Particles/MultiParticleContainer.cpp +++ b/Source/Particles/MultiParticleContainer.cpp @@ -1556,7 +1556,7 @@ void MultiParticleContainer::doQedQuantumSync (int lev, auto Transform = PhotonEmissionTransformFunc( m_shr_p_qs_engine->build_optical_depth_functor(), - pc_source->particle_runtime_comps["optical_depth_QSR"], + pc_source->particle_runtime_comps["opticalDepthQSR"], m_shr_p_qs_engine->build_phot_em_functor(), pti, lev, Ex.nGrowVect(), Ex[pti], Ey[pti], Ez[pti], |