jlokimlin / modern_fftpack

An OOP library of fast Fourier transforms
19 stars 4 forks source link

Comments in `type_FFTpack.f90` about Multidimensional Complex FFT Routines. Why? #9

Open zoziha opened 3 years ago

zoziha commented 3 years ago

Comments in type_FFTpack.f90 about Multidimensional Complex FFT Routines? comments

Some comments (line 55, 56, 66, 67 and etc.) appear in the source file type_FFTpack.f90 to comment the multi-dimensional complex FFT subroutine. Does the comments here indicate any error or risk? Is it possible to uncomment and use the ifftn polymorphic subroutine of complex FFT? Thank you!!