typo in merge

This commit is contained in:
Mark Borgerding 2010-02-16 22:06:23 -05:00
parent f200c84d9f
commit 2cd1ad2ded

View File

@ -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