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-14429: Implement RFC-460: move afw.geom content to new geom package #51

Merged
merged 2 commits into from Jun 1, 2018

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented May 23, 2018

No description provided.

#include "lsst/afw/geom/Box.h"

using std::lround;

namespace image = lsst::afw::image;
namespace det = lsst::afw::detection;
namespace deblend = lsst::meas::deblender;
namespace geom = lsst::afw::geom;
namespace afwgeom = lsst::afw::geom;
Copy link
Member

Choose a reason for hiding this comment

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

Should be afwGeom?

With the geom package it is dangerous to use "geom" as a
namespace abbreviation, so use "afwgeom" instead.
@r-owen r-owen merged commit 6ea836e into master Jun 1, 2018
@ktlim ktlim deleted the tickets/DM-14429 branch August 25, 2018 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants