Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace __restrict by DEAL_II_RESTRICT #10949

Merged
merged 1 commit into from Sep 22, 2020

Conversation

masterleinad
Copy link
Member

I didn't notice any problem with using __restrict directly but since it's non-standard and we use DEAL_II_RESTRICT in all the other places, we should just be consistent (and avoid possible future problems).

I changed the order of declarations to prevent clang-tidy from suggesting a weird indentation.

@kronbichler kronbichler merged commit 5110388 into dealii:master Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants