diff options
author | 2019-08-19 16:47:02 -0700 | |
---|---|---|
committer | 2019-08-19 16:47:02 -0700 | |
commit | c33ef25f5cfbdbe64dbed78e2ae730bd877a633a (patch) | |
tree | d72ce31399007985bf9f3a6589afa5b3e88d7c59 /Source/Particles/RigidInjectedParticleContainer.cpp | |
parent | c023286720c7ae8aa2913efc461240a81e8b2bd9 (diff) | |
download | WarpX-c33ef25f5cfbdbe64dbed78e2ae730bd877a633a.tar.gz WarpX-c33ef25f5cfbdbe64dbed78e2ae730bd877a633a.tar.zst WarpX-c33ef25f5cfbdbe64dbed78e2ae730bd877a633a.zip |
C-Arrays: No Restrict
Only pointers can be annotated with `__restrict__` but not C-Arrays.
The latter might decay into a pointer but do not alias with their
fixed size declaration. Removing those fixes compile errors with
clang.
Diffstat (limited to 'Source/Particles/RigidInjectedParticleContainer.cpp')
0 files changed, 0 insertions, 0 deletions