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

FIX: remove name collisions #167

Merged
merged 3 commits into from
May 19, 2024
Merged

FIX: remove name collisions #167

merged 3 commits into from
May 19, 2024

Conversation

ncullen93
Copy link
Member

There are some functions named the same thing in ANTsRCore and ANTsR. This is leading to some namespace collisions as people are calling the internal ANTsRCore function instead of the ANTsR function. Most functions in ANTsRCore have some kind of difference from the user-facing ANTsR function already, but some are missing that. This PR adds that for the rest.

@ncullen93 ncullen93 merged commit 38c4f06 into master May 19, 2024
1 check passed
@muschellij2
Copy link
Collaborator

The version should probably get a bump from this, correct?

@ncullen93
Copy link
Member Author

Yes, good call! I will do that.

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.

2 participants