diff options
Diffstat (limited to 'Source/PhysicalParticleContainer.H')
-rw-r--r-- | Source/PhysicalParticleContainer.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/PhysicalParticleContainer.H b/Source/PhysicalParticleContainer.H index 873382f45..30de2e8c1 100644 --- a/Source/PhysicalParticleContainer.H +++ b/Source/PhysicalParticleContainer.H @@ -61,10 +61,10 @@ public: amrex::Real dt) override; virtual void PushPX(WarpXParIter& pti, - RealVector& xp, - RealVector& yp, - RealVector& zp, - RealVector& giv, + thrust::device_vector<amrex::Real>& xp, + thrust::device_vector<amrex::Real>& yp, + thrust::device_vector<amrex::Real>& zp, + thrust::device_vector<amrex::Real>& giv, amrex::Real dt); virtual void PushP (int lev, amrex::Real dt, |