FFTW.NET
FFTW.NET copied to clipboard
Fix array index bug
This fixes https://github.com/ArgusMagnus/FFTW.NET/issues/6 and https://github.com/ArgusMagnus/FFTW.NET/issues/9.
Manual test notes: Generated a .nupkg, and used it in a project that I had originally reproduced the array index bug in. With the new version, the error no longer happens.