Skip to content

Templates and other fixes for python bindings#1379

Merged
jdumas merged 6 commits intolibigl:devfrom
skoch9:python
Feb 16, 2020
Merged

Templates and other fixes for python bindings#1379
jdumas merged 6 commits intolibigl:devfrom
skoch9:python

Conversation

@teseoch
Copy link
Copy Markdown
Collaborator

@teseoch teseoch commented Dec 6, 2019

[Describe your changes and what you've already done to test it.]

Check all that apply (change to [x])

  • All changes meet libigl style-guidelines.
  • Adds new .cpp file.
  • Adds corresponding unit test.
  • Adds corresponding python binding.
  • This is a minor change.

@teseoch teseoch changed the base branch from master to dev December 6, 2019 16:27
std::vector<std::vector<typename DerivedF::Scalar> > vF;
matrix_to_list(F,vF);
std::vector<std::vector<typename DerivedC::Scalar> > vC;
std::vector<typename DerivedC::Scalar> vC;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Can someone verify this?

I checked and it seemed correct, it looks like a major bug...

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This change looks correct. The function is not explicitly instantiated, so most likely nobody ever used it with this signature.

@jdumas jdumas merged commit 87bfaee into libigl:dev Feb 16, 2020
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