Mercurial > hg > qm-dsp
comparison dsp/wavelet/Wavelet.cpp @ 429:7b7691b49197
Minor build fixes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 30 Sep 2016 16:23:10 +0100 |
parents | 7e8d1f26b098 |
children | ccd2019190bf |
comparison
equal
deleted
inserted
replaced
428:68a41957200e | 429:7b7691b49197 |
---|---|
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 |