gamma replaced with cwt_gamma

This commit is contained in:
Rafat Hussain
2019-04-08 16:40:15 +05:30
parent e49c799ed2
commit e49f228771
4 changed files with 7 additions and 7 deletions

View File

@@ -393,9 +393,9 @@ void MODWTReconstructionTest()
}
for (unsigned int direct_fft = 0; direct_fft < 2; direct_fft++)
for (unsigned int direct_fft = 0; direct_fft < 1; direct_fft++)
{
for (unsigned int sym_per = 0; sym_per < 2; sym_per++)
for (unsigned int sym_per = 0; sym_per < 1; sym_per++)
{
for (unsigned int j = 0; j < waveletNames.size(); j++)
{