ANTsX / ANTsRCore

Rcpp bindings for the C++ ANTs library used by the ANTsR package
9 stars 9 forks source link

FIX: remove name collisions #167

Closed ncullen93 closed 5 months ago

ncullen93 commented 5 months ago

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.

muschellij2 commented 4 months ago

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

ncullen93 commented 4 months ago

Yes, good call! I will do that.