FastNFT / FNFT

Fast numerical computation of (inverse) nonlinear Fourier transforms
https://fastnft.github.io/FNFT/
GNU General Public License v2.0
42 stars 12 forks source link

eps_t unused in private/fnft__nsep_testcases.c #43

Open marbre opened 5 years ago

marbre commented 5 years ago

Taking a deeper look into the code, I noticed that eps_t is initialized as https://github.com/FastNFT/FNFT/blob/bcd8767c99088d13c34f7b152ddea5447ee141c7/src/private/fnft__nsep_testcases.c#L187

However, eps_t seems not to be used afterwards.

wahls commented 5 years ago

Seems like you are right. Will remove this in the next smaller release. Thanks!

marbre commented 5 years ago

I just wasn't 100% certain, but in the case it is unused, I might send a PR and will refactor the eps_t usage in the specific file a little bit more than just deleting the line.