Pallavi-Banerjee21 / votca

Automatically exported from code.google.com/p/votca
0 stars 0 forks source link

add support for single precision fftw #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Many people use single precision gromacs and hence have single precision 
version of fftw, but not double precision one.

All Changes are in crosscorrelate.cc
-copy data to a new vector in case of single precision
-added the prefix of all fftw calls from fftw_XXX to fftwf_XXX
-add a cmake options

Original issue reported on code.google.com by christop...@gmail.com on 29 Jun 2011 at 1:59

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 29 Jun 2011 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 1 Jul 2015 at 11:55