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

Review for DM-5197: new shapelet PSF approximation code #5

Merged
merged 2 commits into from May 13, 2016

Conversation

pschella
Copy link

No description provided.

@@ -71,6 +71,8 @@ class MultiShapeletFunction {

MultiShapeletFunction() : _components() {}

MultiShapeletFunction(MultiShapeletFunction const & other) = default;
Copy link
Author

Choose a reason for hiding this comment

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

Also add move and move assignment (and then also copy assignment) constructors unless there is a compelling reason not to.

A compiler-generated copy constructor was already available
in C++, but this makes it available in Python as well.
@TallJimbo TallJimbo merged commit 96c92f9 into master May 13, 2016
@ktlim ktlim deleted the tickets/DM-5197 branch August 25, 2018 05:56
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.

None yet

2 participants