Closed antoineallard closed 7 years ago
I created a pull request that corrects the above-mentioned typo.
Ok! Moltes gràcies! Demà mho miro!!
On 3 Jan 2017 6:47 p.m., "Antoine Allard" notifications@github.com wrote:
I created a pull request that corrects the above-mentioned typo.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/polcolomer/RandNetGen/issues/4#issuecomment-270173615, or mute the thread https://github.com/notifications/unsubscribe-auth/AH14Mn5DQZ-Jy7fVP--DH39sdt-qagfAks5rOofMgaJpZM4LZ0oq .
On line 299 in file main.c, the argument of the if statement should read
*pkk
instead ofpkk
(i.e., the asterisk is missing). This typo makes it impossible to use the-knn
option since an error is always triggered.I may be contributing to this project later this month, so I could correct the typo myself, if you agree.