Replace our fftpack version with Numpy's version
authorRoland Schulz <roland@utk.edu>
Sun, 27 May 2012 18:07:30 +0000 (14:07 -0400)
committerRoland Schulz <roland@utk.edu>
Fri, 1 Jun 2012 05:00:28 +0000 (01:00 -0400)
commit51c2f6c125f4af44f751e4ce789fc02916ec6840
tree95cc835045d6ff2deb8e22ea34e09ba8d87bfba7
parente143856dacf3022f00b3e237f6e5cd5ffc5ad47c
Replace our fftpack version with Numpy's version

Fixes incorrect results for vectors with length of multiples of 12

Fixes #946

Change-Id: I9a110de7334cbb96a72d0ced73ade4d55f665fee
COPYING-OTHER [new file with mode: 0644]
Makefile.am
src/mdlib/CMakeLists.txt
src/mdlib/fftpack.c [new file with mode: 0644]
src/mdlib/fftpack.h [new file with mode: 0644]
src/mdlib/gmx_fft_fftpack.c