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-15350: Fix segfault in sphgeom::HtmPixelization::pixel #18

Merged
merged 1 commit into from
Aug 8, 2018

Commits on Aug 8, 2018

  1. Fix segfault in Pixelization::pixel

    Use std::unique_ptr<T> holder type (instead of default std::shared_ptr<T>)
    to work around upstream pybind11 issue #1132.
    Also add, previously missing basic unit test for method.
    Pim Schellart authored and Pim Schellart committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    63a0e91 View commit details
    Browse the repository at this point in the history