We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A colleague found a crash at line 24965:
cell_next_[t] = t+1;
I forced resizing before the loop
if (cell_next_.size()<pool_end-1) cell_next_.resize(pool_end-1);
and the problem goes away. Could it be out-of-bound?
The text was updated successfully, but these errors were encountered:
You should use the official repository now https://github.com/BrunoLevy/geogram.psm.Delaunay this one is going to be discontinued and used just as an archive.
Sorry, something went wrong.
No branches or pull requests
A colleague found a crash at line 24965:
I forced resizing before the loop
and the problem goes away. Could it be out-of-bound?
The text was updated successfully, but these errors were encountered: