mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-18 19:30:38 +08:00
unimportant small fix
This commit is contained in:
parent
57275b2b8c
commit
fd19e0a9ea
@ -213,7 +213,7 @@ class FFT
|
||||
int nfft = src.size();
|
||||
int nout = HasFlag(HalfSpectrum) ? ((nfft>>1)+1) : nfft;
|
||||
dst.derived().resize( nout );
|
||||
inv( &dst[0],&src[0],src.size() );
|
||||
inv( &dst[0],&src[0], nfft);
|
||||
}
|
||||
|
||||
template <typename _Output>
|
||||
|
Loading…
x
Reference in New Issue
Block a user