aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
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();