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

Matlab example2 assertion failed! #1

Open
zishun opened this issue Aug 23, 2019 · 0 comments
Open

Matlab example2 assertion failed! #1

zishun opened this issue Aug 23, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@zishun
Copy link
Owner

zishun commented Aug 23, 2019

When the dll built with debug configuration is used, Matlab example2 pops up a window saying that

“Assertion failed! geodesic_algorithm_exact.h Line:1166 
Expression:p->start() < p->stop()” 

Reasonable results can still be obtained if you click the button Ignore.
If the dll built with release is used, Matlab will crash.

Is it necessary to have geodesic_algorithm_exact.h Line:1166?

assert(p->start() < p->stop());

Of course it is a straightforward workaround to comment out that line, which has been tested.

@zishun zishun added the help wanted Extra attention is needed label Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant