Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
286:2eb392a59621 | 287:4b3a43b543dd |
---|---|
22 * \author Thomas Walters <tom@acousticscale.org> | 22 * \author Thomas Walters <tom@acousticscale.org> |
23 * \date created 2009/11/13 | 23 * \date created 2009/11/13 |
24 * \version \$Id$ | 24 * \version \$Id$ |
25 */ | 25 */ |
26 | 26 |
27 #include <math.h> | 27 #include <cmath> |
28 #include <complex> | 28 #include <complex> |
29 #include "Support/ERBTools.h" | 29 #include "Support/ERBTools.h" |
30 | 30 |
31 #include "Modules/BMM/ModuleGammatone.h" | 31 #include "Modules/BMM/ModuleGammatone.h" |
32 | 32 |