-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
COMP: Fix warning in PointSetToPointSetMetricv4 #1820
Conversation
The commit needs to have |
change index type to SizeValueType in functor for ParallelizeArray also change start/end index type to SizeValueType.
There are a couple alignment issues (using GitHub UI bypasses commit hook which applies the code style). Details here (also accessible via details link in the above list of checks). |
action:ApplyClangFormat |
Unfortunately, this does not work for PRs from forks, only from branches in the main repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. To be squashed upon merge.
@dzenanz will this be merged into the 5.1 release? thanks |
You could make a new PR into the |
COMP: Fix warning in PointSetToPointSetMetricv4 change index type to SizeValueType in functor for ParallelizeArray also change start/end index type to SizeValueType. Co-authored-by: Bryn Lloyd <[email protected]>
This has been merged into the |
change index type to SizeValueType in functor for ParallelizeArray
also change start/end index type to SizeValueType.
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.