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

Add public non-const coeffs #137

Merged
merged 1 commit into from
Jun 16, 2020
Merged

Conversation

artivis
Copy link
Owner

@artivis artivis commented Jun 12, 2020

Add a public non-const coeffs to LieGroup objects.

Also remove the protected coeffs_nonconst.

Fix #132.

@artivis artivis added the API API change label Jun 12, 2020
@artivis artivis requested a review from joansola June 12, 2020 23:58
@artivis artivis self-assigned this Jun 12, 2020
Copy link
Collaborator

@joansola joansola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok!!

@artivis
Copy link
Owner Author

artivis commented Jun 16, 2020

The tests fail because of the newly introduced arm64 job which uses gcc-9 resulting in a bunch of error about deprecated implicit operators.
I'll merge this since the other tests are passing and open a ticket to support gcc-8/9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-const getter for coeffs()
2 participants