diff plugins/DWT.h @ 190:af6a5ba00a8f

Some fixes for MSVC
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 01 Feb 2018 16:36:55 +0000
parents f96ea0e4b475
children
line wrap: on
line diff
--- a/plugins/DWT.h	Tue Jan 30 20:24:17 2018 +0000
+++ b/plugins/DWT.h	Thu Feb 01 16:36:55 2018 +0000
@@ -63,8 +63,8 @@
     float m_threshold;
     float m_absolute;
 
-    vector<float> m_lpd;
-    vector<float> m_hpd;
+    vector<double> m_lpd;
+    vector<double> m_hpd;
 	
     vector< vector<float> > m_samplePass;	
 };