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

FixedComp :: SignedLinkPt #78

Open
SAnsell opened this issue Nov 20, 2017 · 0 comments
Open

FixedComp :: SignedLinkPt #78

SAnsell opened this issue Nov 20, 2017 · 0 comments

Comments

@SAnsell
Copy link
Owner

SAnsell commented Nov 20, 2017

The WHOLE of the FixedComp::getSignXXX system has been replaced by the equivalent getXXX
In partictular:

getSignedLinkPt(const long int) const ---> getLinkPt(const long int) const
getSignedLinkAxis(const long int) const ---> getLinkAxis(const long int) const
getSignedLinkSurf(const long int) const ---> getLinkSurf(const long int) const
getSignedCommonSurf(const long int) const ---> getCommonSurf(const long int) const
getSignedMainRule(const long int) const ---> getMainRule(const long int) const
getSignedFullRule(const long int) const ----> getFullRule(const long int) const

This is because the long int form is much more expressive and causes confusion with the size_t form.
The size_t form exists but is only in the private and protected region of FixedComp and now have the designation getUSXXX if you need to refer to them.

This is likely to cause a few problems and confusion in the short term. Any problems please just add comment below and I will try to fix/help.

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

No branches or pull requests

1 participant