diff options
author | 2019-11-13 12:03:58 +0100 | |
---|---|---|
committer | 2019-11-13 12:03:58 +0100 | |
commit | f19e1c99a301a12a164c7c1f32d57a9e01ac525b (patch) | |
tree | 6a0ecd8758c3b7400e135238fe50dfc52f321d5d /Source/Particles/PhotonParticleContainer.cpp | |
parent | 913cbf0464d6a79c959dde446158791939dfd21d (diff) | |
parent | 1f594f0b5ecfa3169e90546f695a1c649af36aa1 (diff) | |
download | WarpX-f19e1c99a301a12a164c7c1f32d57a9e01ac525b.tar.gz WarpX-f19e1c99a301a12a164c7c1f32d57a9e01ac525b.tar.zst WarpX-f19e1c99a301a12a164c7c1f32d57a9e01ac525b.zip |
Merge remote-tracking branch 'upstream/dev' into qed_evolve_optical_depth
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 7d63fff11..424569c9a 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) { |