mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +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 );
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user