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.H | |
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.H')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Particles/PhotonParticleContainer.H b/Source/Particles/PhotonParticleContainer.H index 6a474a92a..580f13f86 100644 --- a/Source/Particles/PhotonParticleContainer.H +++ b/Source/Particles/PhotonParticleContainer.H @@ -41,9 +41,9 @@ public: DtType a_dt_type=DtType::Full) override; virtual void PushPX(WarpXParIter& pti, - amrex::Cuda::ManagedDeviceVector<amrex::ParticleReal>& xp, - amrex::Cuda::ManagedDeviceVector<amrex::ParticleReal>& yp, - amrex::Cuda::ManagedDeviceVector<amrex::ParticleReal>& zp, + amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& xp, + amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& yp, + amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& zp, amrex::Real dt, DtType a_dt_type=DtType::Full) override; // Do nothing |