comparison dsp/wavelet/Wavelet.cpp @ 204:214b31ec7e1a clapack-included

Minor build fixes
author Chris Cannam
date Fri, 30 Sep 2016 16:23:10 +0100
parents e4a57215ddee
children ccd2019190bf
comparison
equal deleted inserted replaced
203:9ddc8982ad2d 204:214b31ec7e1a
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