diff src/MatchVampPlugin.cpp @ 185:a17b22abd551 re-minimise

Code now builds, DistanceMetric tests fail
author Chris Cannam
date Thu, 26 Feb 2015 10:28:23 +0000
parents d1bc89794cd4
children 487261a22b18
line wrap: on
line diff
--- a/src/MatchVampPlugin.cpp	Thu Feb 26 09:55:28 2015 +0000
+++ b/src/MatchVampPlugin.cpp	Thu Feb 26 10:28:23 2015 +0000
@@ -637,10 +637,10 @@
 
     FeatureSet returnFeatures;
 
-    vector<double> f1, f2;
+    feature_t f1, f2;
     m_pipeline->extractFeatures(f1, f2);
 
-    vector<double> cf1, cf2;
+    feature_t cf1, cf2;
     m_pipeline->extractConditionedFeatures(cf1, cf2);
 
     Feature f;