aboutsummaryrefslogtreecommitdiff
path: root/Source/Laser/LaserParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Cameron Yang <cameronyang@lbl.gov> 2019-11-12 15:14:24 -0800
committerGravatar Cameron Yang <cameronyang@lbl.gov> 2019-11-12 15:14:24 -0800
commit3dd6207f652a8cf7bee581b6fe0cec5a6ce4be0b (patch)
tree7888f1dc4d1533584603911c95ddb316911559f9 /Source/Laser/LaserParticleContainer.cpp
parent71df8558fc2a8af69de6a3c468f213b0ce2c2aa2 (diff)
parent68c60b51b342d8b7e1ef9b2a916e20edfa82d1fd (diff)
downloadWarpX-3dd6207f652a8cf7bee581b6fe0cec5a6ce4be0b.tar.gz
WarpX-3dd6207f652a8cf7bee581b6fe0cec5a6ce4be0b.tar.zst
WarpX-3dd6207f652a8cf7bee581b6fe0cec5a6ce4be0b.zip
Merge branch 'maxwell_juttner' of https://github.com/cameronjy/WarpX into maxwell_boltzmann
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r--Source/Laser/LaserParticleContainer.cpp2
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)
{