diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Laser/LaserParticleContainer.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Laser/LaserParticleContainer.H b/Source/Laser/LaserParticleContainer.H index cd9156961..a73e9cf15 100644 --- a/Source/Laser/LaserParticleContainer.H +++ b/Source/Laser/LaserParticleContainer.H @@ -53,8 +53,8 @@ public: amrex::Real * const amplitude); void calculate_laser_plane_coordinates (const int np, const int thread_num, - amrex::Real * const pplane_Xp, - amrex::Real * const pplane_Yp); + amrex::Real * const AMREX_RESTRICT pplane_Xp, + amrex::Real * const AMREX_RESTRICT pplane_Yp); void update_laser_particle (const int np, amrex::Real * const puxp, amrex::Real * const puyp, |