diff options
author | 2020-02-03 13:34:22 -0800 | |
---|---|---|
committer | 2020-02-03 13:34:22 -0800 | |
commit | 0864af39eb38ef9b3d80688bcc05f20591d12d51 (patch) | |
tree | f75ed8fe8eb4e2a51c835e7df9247bb1b71294b3 /Source/Particles/PhotonParticleContainer.H | |
parent | f8d47ad826c85f691473b03e191a1097685c52dd (diff) | |
parent | 3a15da410873a733ab77150089d665e513cc1d80 (diff) | |
download | WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.gz WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.zst WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.zip |
Merge branch 'dev' into elementary_process
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.H')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Particles/PhotonParticleContainer.H b/Source/Particles/PhotonParticleContainer.H index 7750d5ce8..ef32ebcb0 100644 --- a/Source/Particles/PhotonParticleContainer.H +++ b/Source/Particles/PhotonParticleContainer.H @@ -55,9 +55,6 @@ public: DtType a_dt_type=DtType::Full) override; virtual void PushPX(WarpXParIter& pti, - 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 |