diff src/Support/StrobeList.h @ 15:b4cafba48e9d

-<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 bd370910aa05
children 491b1b1d1dc5
line wrap: on
line diff
--- a/src/Support/StrobeList.h	Fri Feb 19 14:19:32 2010 +0000
+++ b/src/Support/StrobeList.h	Fri Feb 19 15:19:27 2010 +0000
@@ -28,7 +28,7 @@
 #ifndef AIMC_SUPPORT_STROBELIST_H_
 #define AIMC_SUPPORT_STROBELIST_H_
 
-#include <math.h>
+#include <cmath>
 #include <deque>
 
 namespace aimc {