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: Cov6f operator(i,j) must be const #67

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

Without const on this accessor of indexed elements of a covariance, this is not useful since we primarily want to use this on getting and then we only have const collections.

What kind of change does this PR introduce?

  • Bug fix (issue: no const access to covariances)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc requested a review from a team as a code owner January 20, 2024 16:24
@wdconinc wdconinc requested review from veprbl and osbornjd January 20, 2024 16:29
@wdconinc wdconinc enabled auto-merge (squash) January 20, 2024 16:30
Copy link
Contributor

@osbornjd osbornjd left a comment

Choose a reason for hiding this comment

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

Looks fine to me, we should merge this before eic/EICrecon#1241

@wdconinc wdconinc merged commit 9fd0a3f into main Jan 23, 2024
3 checks passed
@wdconinc wdconinc deleted the Cov6f-indexed-accessor-const branch January 23, 2024 14:08
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.

3 participants