mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
typo in merge
This commit is contained in:
parent
f200c84d9f
commit
2cd1ad2ded
@ -201,7 +201,7 @@ class FFT
|
|||||||
{
|
{
|
||||||
m_impl.inv( dst,src,nfft );
|
m_impl.inv( dst,src,nfft );
|
||||||
if ( HasFlag( Unscaled ) == false)
|
if ( HasFlag( Unscaled ) == false)
|
||||||
scale(dst,Scalar(1./nfft_,nfft); // scale the time series
|
scale(dst,Scalar(1./nfft),nfft); // scale the time series
|
||||||
}
|
}
|
||||||
|
|
||||||
inline
|
inline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user