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

doublearea.cpp failed #77

Open
JZ-Z-Z opened this issue Sep 22, 2020 · 1 comment
Open

doublearea.cpp failed #77

JZ-Z-Z opened this issue Sep 22, 2020 · 1 comment

Comments

@JZ-Z-Z
Copy link

JZ-Z-Z commented Sep 22, 2020

Hi, i try to follow the instructions and play with the bunny, but ./introduction failed in doublearea.cpp.
"""
Assertion failed: F.cols() == 3, file F:\geometry-processing-introduction\libigl\include\igl\doublearea.cpp, line 27
"""
Here is the code that failed for reference
"""
// Only support triangles
assert(F.cols() == 3);
"""

@psarahdactyl
Copy link
Collaborator

Hi, which code calls the doublearea function? How are you calling it?

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

No branches or pull requests

2 participants