Skip to content

Commit

Permalink
LinearMap use restrict
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Feb 19, 2025
1 parent 82db9cb commit 4b4919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/LinearMap.H
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace impactx::elements
amrex::ParticleReal & AMREX_RESTRICT py,
amrex::ParticleReal & AMREX_RESTRICT pt,
[[maybe_unused]] uint64_t & AMREX_RESTRICT idcpu,
[[maybe_unused]] RefPart const & refpart
[[maybe_unused]] RefPart const & AMREX_RESTRICT refpart
) const
{
using namespace amrex::literals; // for _rt and _prt
Expand Down

0 comments on commit 4b4919e

Please sign in to comment.