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

Subtle inconsistency? #4

Open
fohly opened this issue May 14, 2019 · 1 comment
Open

Subtle inconsistency? #4

fohly opened this issue May 14, 2019 · 1 comment

Comments

@fohly
Copy link

fohly commented May 14, 2019

Line 290 in sdf.h compares tdist[kn] to tdist[k], while all other similar blocks compare it to pd.
See

SDF/src/sdf.h

Line 290 in 1ef5b4e

if (tdist[kn] < tdist[k]) {

Is this a mistake or is there a reason behind this?
Although I think that this doesn't make much of a difference.

@memononen
Copy link
Owner

memononen commented May 14, 2019 via email

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