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

out of bound? #1

Open
ztan2022 opened this issue Mar 6, 2023 · 1 comment
Open

out of bound? #1

ztan2022 opened this issue Mar 6, 2023 · 1 comment

Comments

@ztan2022
Copy link

ztan2022 commented Mar 6, 2023

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?

@simogasp
Copy link
Owner

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.

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