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

Additional TinyVector cleanup #4276

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Additional TinyVector cleanup #4276

merged 1 commit into from
Oct 10, 2022

Conversation

prckent
Copy link
Contributor

@prckent prckent commented Oct 10, 2022

Proposed changes

Remove non-special specialization

What type(s) of changes does this code introduce?

  • Refactoring (no functional changes, no api changes)

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

nitrogen, gcc

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'
  • Yes. Code added or changed in the PR has been clang-formatted
  • NA. This PR adds tests to cover any new code, or to catch a bug that is being fixed
  • NA. Documentation has been added (if appropriate)

@williamfgc williamfgc self-requested a review October 10, 2022 14:52
@@ -232,18 +229,6 @@ struct printTinyVector<TinyVector<T, D>>
}
};

// specialized for Vector<TinyVector<T,3> >
template<class T>
struct printTinyVector<TinyVector<T, 3>>
Copy link
Contributor

Choose a reason for hiding this comment

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

I might have missed this one, thanks @prckent

@williamfgc williamfgc added the cleanup For cleanling legacy lines of code label Oct 10, 2022
@ye-luo
Copy link
Contributor

ye-luo commented Oct 10, 2022

Test this please

@ye-luo ye-luo enabled auto-merge October 10, 2022 15:00
Copy link
Contributor

@ye-luo ye-luo left a comment

Choose a reason for hiding this comment

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

LGTM

@ye-luo ye-luo merged commit 3edc28e into QMCPACK:develop Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup For cleanling legacy lines of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants