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

DM-6056: replace CONST_PTR and PTR macros by std::shared #193

Merged
merged 1 commit into from Aug 30, 2021

Conversation

mwittgen
Copy link
Contributor

No description provided.

@mwittgen mwittgen changed the title replace CONST_PTR and PTR macros by std::shared DM-6056: replace CONST_PTR and PTR macros by std::shared Aug 26, 2021
@@ -358,14 +358,14 @@ std::pair<double,int> PsfDipoleFlux::chi2(
geom::Point2D negCenter(negCenterX, negCenterY);
geom::Point2D posCenter(posCenterX, posCenterY);

CONST_PTR(afw::detection::Footprint) footprint = source.getFootprint();
std::shared_ptr<afw::detection::Footprint const > footprint = source.getFootprint();
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
std::shared_ptr<afw::detection::Footprint const > footprint = source.getFootprint();
std::shared_ptr<afw::detection::Footprint const> footprint = source.getFootprint();

@mwittgen mwittgen merged commit 5559182 into master Aug 30, 2021
@mwittgen mwittgen deleted the tickets/DM-6056 branch August 30, 2021 19:26
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