diff options
author | 2019-11-12 13:56:27 +0100 | |
---|---|---|
committer | 2019-11-12 13:56:27 +0100 | |
commit | 435539a2d181ffe84d5125bdcfcd8f97499ab4d2 (patch) | |
tree | e0629009ae6d6db1b40a6d48b12c37bd1b6b1e9b /Source/Particles/PhotonParticleContainer.cpp | |
parent | 3b29c5df01ffd1ee522e129217f75b3b25b6bc95 (diff) | |
parent | 25c55bf3ecd7c6ca2d799fd55244e1a8b5f70970 (diff) | |
download | WarpX-435539a2d181ffe84d5125bdcfcd8f97499ab4d2.tar.gz WarpX-435539a2d181ffe84d5125bdcfcd8f97499ab4d2.tar.zst WarpX-435539a2d181ffe84d5125bdcfcd8f97499ab4d2.zip |
Merge remote-tracking branch 'upstream/dev' into refactor_laser_class
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) { |