diff maths/MathAliases.h @ 279:c8908cdc8c32

* First cut at Matthew's downbeat estimator -- untested so far
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 10 Feb 2009 12:52:43 +0000
parents a98dd8ec96f8
children d5014ab8b0e5
line wrap: on
line diff
--- a/maths/MathAliases.h	Mon Feb 09 16:05:32 2009 +0000
+++ b/maths/MathAliases.h	Tue Feb 10 12:52:43 2009 +0000
@@ -22,7 +22,7 @@
 #define PI (3.14159265358979232846)
 #endif
 
-#define TWO_PI 		(*2.PI)
+#define TWO_PI 		(2. * PI)
 
 #define EPS 2.2204e-016