aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-30 16:34:49 +0100
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-30 16:34:49 +0100
commit2b944018f27058262617358da04694d0e0f6808a (patch)
tree70c96075995acbc207184164add540d79ff14405 /Source/Particles/PhotonParticleContainer.cpp
parent3203812de1db4c191eeb246cd92aec25fcef9864 (diff)
downloadWarpX-2b944018f27058262617358da04694d0e0f6808a.tar.gz
WarpX-2b944018f27058262617358da04694d0e0f6808a.tar.zst
WarpX-2b944018f27058262617358da04694d0e0f6808a.zip
fixed some bugs due to merging
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index eb0dfb373..354b9587c 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -213,7 +213,7 @@ PhotonParticleContainer::DoBreitWheeler(int lev,
const ParticleReal* const AMREX_RESTRICT Bzpp = Bzp.dataPtr();
BreitWheelerEvolveOpticalDepth evolve_opt =
- shr_ptr_bw_engine->build_evolve_functor();
+ m_shr_p_bw_engine->build_evolve_functor();
amrex::Real* AMREX_RESTRICT p_tau =
pti.GetAttribs(particle_comps["tau"]).dataPtr();
@@ -256,7 +256,7 @@ PhotonParticleContainer::DoBreitWheelerPti(WarpXParIter& pti,
const ParticleReal* const AMREX_RESTRICT Bz = attribs[PIdx::Bz].dataPtr();
BreitWheelerEvolveOpticalDepth evolve_opt =
- shr_ptr_bw_engine->build_evolve_functor();
+ m_shr_p_bw_engine->build_evolve_functor();
amrex::Real* AMREX_RESTRICT p_tau =
pti.GetAttribs(particle_comps["tau"]).dataPtr();