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

Port of PR #72 to new master #237

Merged

Conversation

wxmerkt
Copy link
Contributor

@wxmerkt wxmerkt commented Nov 6, 2017

This is a partial port of PR #72 by @ricardoglx to the current master. It does not include the getOctree accessors but should be a partial or full fix for #67.

Copy link
Member

@jslee02 jslee02 left a comment

Choose a reason for hiding this comment

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

@@ -40,6 +40,7 @@

#include <vector>
#include <memory>
#include <new>
Copy link
Member

Choose a reason for hiding this comment

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

Nit: It would be good to move this to BVH_model-inl.h as BVH_model-inl.h actually uses this header.

@wxmerkt
Copy link
Contributor Author

wxmerkt commented Nov 11, 2017

Thank you very much for the review @jslee02 - I've addressed your comments in 3b2c2e4

@jslee02
Copy link
Member

jslee02 commented Nov 11, 2017

It seems Eigen objects are not supposed to be used with std::nothrow. Could you revert this change (while keeping #include <new>)? Sorry for the inconvenience, my bad. 😞

@jslee02 jslee02 merged commit 6177686 into flexible-collision-library:master Nov 11, 2017
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.

2 participants