diff dsp/wavelet/Wavelet.h @ 441:3994516c1199

Merge from branch msvc
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 08 Feb 2018 15:41:27 +0000
parents 7461bf03194e
children fdaa63607c15
line wrap: on
line diff
--- a/dsp/wavelet/Wavelet.h	Tue Mar 14 13:40:50 2017 +0000
+++ b/dsp/wavelet/Wavelet.h	Thu Feb 08 15:41:27 2018 +0000
@@ -73,8 +73,8 @@
     static std::string getWaveletName(Type);
 
     static void createDecompositionFilters(Type,
-                                           std::vector<float> &lpd,
-                                           std::vector<float> &hpd);
+                                           std::vector<double> &lpd,
+                                           std::vector<double> &hpd);
 };
 
 #endif