mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
typo in merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user