aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-11-12 14:51:21 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-11-12 14:57:28 -0800
commitdac82e176df18b074725260dfc75ece142ddd7a9 (patch)
treeab751e57f2293f9f095016741e4f70022f6bb242 /Source/Particles/PhotonParticleContainer.cpp
parentaea192d6ff5aabfedf09c9f139e831fb5d7bbdd6 (diff)
parent484c04d3d6d473e46cda3021e4895c73bbc16bb7 (diff)
downloadWarpX-dac82e176df18b074725260dfc75ece142ddd7a9.tar.gz
WarpX-dac82e176df18b074725260dfc75ece142ddd7a9.tar.zst
WarpX-dac82e176df18b074725260dfc75ece142ddd7a9.zip
Merge branch 'dev' into poisson
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index 7e52b52e1..fd47ac8a0 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -51,9 +51,9 @@ void PhotonParticleContainer::InitData()
void
PhotonParticleContainer::PushPX(WarpXParIter& pti,
- Cuda::ManagedDeviceVector<ParticleReal>& xp,
- Cuda::ManagedDeviceVector<ParticleReal>& yp,
- Cuda::ManagedDeviceVector<ParticleReal>& zp,
+ Gpu::ManagedDeviceVector<ParticleReal>& xp,
+ Gpu::ManagedDeviceVector<ParticleReal>& yp,
+ Gpu::ManagedDeviceVector<ParticleReal>& zp,
Real dt, DtType a_dt_type)
{