comparison dsp/wavelet/Wavelet.cpp @ 430:335af74a25b6

Merge from branch clapack-included
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 30 Sep 2016 16:24:24 +0100
parents 7b7691b49197
children ccd2019190bf
comparison
equal deleted inserted replaced
426:a23b9f8b4a59 430:335af74a25b6
1841 hpd.push_back(0.00000000000000); 1841 hpd.push_back(0.00000000000000);
1842 flength = 102; 1842 flength = 102;
1843 break; 1843 break;
1844 } 1844 }
1845 1845
1846 // avoid compiler warning for unused value if assert is not compiled in:
1847 (void)flength;
1848
1846 assert(flength == int(lpd.size())); 1849 assert(flength == int(lpd.size()));
1847 assert(flength == int(hpd.size())); 1850 assert(flength == int(hpd.size()));
1848 } 1851 }
1849 1852