diff trunk/src/Modules/BMM/ModuleGammatone.cc @ 287:4b3a43b543dd

-<math.h> replaced wit <cmath> where possible -SSI support added but not yet tested
author tomwalters
date Fri, 19 Feb 2010 15:19:27 +0000
parents e55d0c225a57
children 34993448961f
line wrap: on
line diff
--- a/trunk/src/Modules/BMM/ModuleGammatone.cc	Fri Feb 19 14:19:32 2010 +0000
+++ b/trunk/src/Modules/BMM/ModuleGammatone.cc	Fri Feb 19 15:19:27 2010 +0000
@@ -24,7 +24,7 @@
  *  \version \$Id$
  */
 
-#include <math.h>
+#include <cmath>
 #include <complex>
 #include "Support/ERBTools.h"