diff options
author | 2019-11-11 21:10:12 -0800 | |
---|---|---|
committer | 2019-11-11 21:10:12 -0800 | |
commit | 25c55bf3ecd7c6ca2d799fd55244e1a8b5f70970 (patch) | |
tree | b431072669a90815d62db56de3cab3ef61c54210 /Source/Laser/LaserParticleContainer.cpp | |
parent | 822fe53f6c98041f1db92f5e0002d3211419330c (diff) | |
download | WarpX-25c55bf3ecd7c6ca2d799fd55244e1a8b5f70970.tar.gz WarpX-25c55bf3ecd7c6ca2d799fd55244e1a8b5f70970.tar.zst WarpX-25c55bf3ecd7c6ca2d799fd55244e1a8b5f70970.zip |
Cuda -> Gpu according to AMReX change
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index 9493672e0..35eadf064 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -454,7 +454,7 @@ LaserParticleContainer::Evolve (int lev, int const thread_num = 0; #endif - Cuda::ManagedDeviceVector<Real> plane_Xp, plane_Yp, amplitude_E; + Gpu::ManagedDeviceVector<Real> plane_Xp, plane_Yp, amplitude_E; for (WarpXParIter pti(*this, lev); pti.isValid(); ++pti) { |