Skip to content

Commit

Permalink
Remove obsolete references to ::Ptr for afw types.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Apr 27, 2017
1 parent 0db1a30 commit 70abcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sip/CreateWcsWithSip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ CreateWcsWithSip<MatchT>::_calculateForwardMatrices()

afwGeom::Point2D crval = _getCrvalAsGeomPoint();

_linearWcs = afwImg::Wcs::Ptr( new afwImg::Wcs(crval, crpix, CD));
_linearWcs = std::shared_ptr<afwImg::Wcs>( new afwImg::Wcs(crval, crpix, CD));

//Get Sip terms

Expand Down

0 comments on commit 70abcaa

Please sign in to comment.