File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ struct ParticleTileData
4242
4343 ParticleType* AMREX_RESTRICT m_aos;
4444
45- GpuArray<ParticleReal* , NAR> m_rdata;
46- GpuArray<int * , NAI> m_idata;
45+ GpuArray<ParticleReal* AMREX_RESTRICT , NAR> m_rdata;
46+ GpuArray<int * AMREX_RESTRICT , NAI> m_idata;
4747
4848 int m_num_runtime_real;
4949 int m_num_runtime_int;
@@ -414,8 +414,8 @@ struct ConstParticleTileData
414414 Long m_size;
415415 const ParticleType* AMREX_RESTRICT m_aos;
416416
417- GpuArray<const ParticleReal* , NArrayReal> m_rdata;
418- GpuArray<const int * , NArrayInt > m_idata;
417+ GpuArray<const ParticleReal* AMREX_RESTRICT , NArrayReal> m_rdata;
418+ GpuArray<const int * AMREX_RESTRICT , NArrayInt > m_idata;
419419
420420 auto const * rdata (const int attribute_index) const
421421 {
You can’t perform that action at this time.
0 commit comments