diff trunk/src/Support/ERBTools.h @ 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 ef14c9f2c1d2
children fe5ce00a64f5
line wrap: on
line diff
--- a/trunk/src/Support/ERBTools.h	Fri Feb 19 14:19:32 2010 +0000
+++ b/trunk/src/Support/ERBTools.h	Fri Feb 19 15:19:27 2010 +0000
@@ -28,7 +28,7 @@
 #ifndef AIMC_SUPPORT_ERBTOOLS_H_
 #define AIMC_SUPPORT_ERBTOOLS_H_
 
-#include <math.h>
+#include <cmath>
 
 namespace aimc {
 class ERBTools {