Dongyi Liao
Results
1
issues of
Dongyi Liao
There is a logic bug where i-- makes i go to -1. A proposed fix here: ```diff --git a/FFTW.NET/BufferPool.cs b/FFTW.NET/BufferPool.cs --- a/FFTW.NET/BufferPool.cs +++ b/FFTW.NET/BufferPool.cs @@ -83,7 +83,7 @@ namespace FFTW.NET...