comparison dsp/wavelet/Wavelet.cpp @ 205:e81375fa6a33

Merge from branch clapack-included
author Chris Cannam
date Fri, 30 Sep 2016 16:24:24 +0100
parents 214b31ec7e1a
children ccd2019190bf
comparison
equal deleted inserted replaced
201:6c0531397af8 205:e81375fa6a33
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