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

Remove unnecessary check for aligned fields when applying twist-shift #2711

Merged
merged 2 commits into from
May 4, 2023

Conversation

dschwoerer
Copy link
Contributor

The parallel transform already checks whether it is needed.

For the identity transform this is always needed, so the second check is harmful in that case, and otherwise not needed.

Resolves: #2703

dschwoerer and others added 2 commits May 3, 2023 15:24
The parallel transform already checks whether it is needed.

For the identity transform this is always needed, so the second check is
harmful in that case, and otherwise not needed.
@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2023

clang-tidy review says "All clean, LGTM! 👍"

@ZedThree ZedThree changed the title The additional check is not needed (master) Remove unnecessary check for aligned fields when applying twist-shift May 4, 2023
@ZedThree ZedThree merged commit 3d6cb4b into master May 4, 2023
1 check passed
@ZedThree ZedThree deleted the transform-no-extra-master branch May 4, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identity transform with twistshift is impossible
2 participants