diff options
author | 2019-11-13 09:49:07 -0800 | |
---|---|---|
committer | 2019-11-13 09:49:07 -0800 | |
commit | 368d294e811ee03577a466f6bdbe23124c3ccf84 (patch) | |
tree | 8a335f3060a6fd6cf94299a9cfaf8ef82910300c /Source/Particles/PhotonParticleContainer.cpp | |
parent | 751b6e3867a2f41db88430476891fecb2e35b053 (diff) | |
parent | 1f594f0b5ecfa3169e90546f695a1c649af36aa1 (diff) | |
download | WarpX-368d294e811ee03577a466f6bdbe23124c3ccf84.tar.gz WarpX-368d294e811ee03577a466f6bdbe23124c3ccf84.tar.zst WarpX-368d294e811ee03577a466f6bdbe23124c3ccf84.zip |
Merge branch 'dev' into comm
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 6 |
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) { |