From 2ef268b10a924644d10996daa069befea843879f Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Wed, 29 Jan 2020 12:23:59 -0800 Subject: Real -> ParticleReal --- Source/Particles/PhotonParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 590b8b9dc..1e34b4c97 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -78,7 +78,7 @@ PhotonParticleContainer::PushPX(WarpXParIter& pti, Real dt, DtType a_dt_type) amrex::ParallelFor( pti.numParticles(), [=] AMREX_GPU_DEVICE (long i) { - Real x, y, z; + ParticleReal x, y, z; get_position(i, x, y, z); UpdatePositionPhoton( x, y, z, ux[i], uy[i], uz[i], dt ); set_position(i, x, y, z); -- cgit v1.2.3