diff bayesianArraySrc/DynamicVector.cpp @ 55:2eca10a31ae2

improving printing of information, looking at how tempo is modelled
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 10 Dec 2012 17:07:21 +0000
parents e359b9bad811
children
line wrap: on
line diff
--- a/bayesianArraySrc/DynamicVector.cpp	Tue Aug 14 21:45:25 2012 +0100
+++ b/bayesianArraySrc/DynamicVector.cpp	Mon Dec 10 17:07:21 2012 +0000
@@ -272,6 +272,8 @@
 	
 }
 
+
+
 double DynamicVector::getValueAtMillis(const double& millis){
 	
 	int index = round(getRealTermsAsIndex(millis));