Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:ba2f7596d1a2 | 15:b4cafba48e9d |
---|---|
26 */ | 26 */ |
27 | 27 |
28 #ifndef AIMC_SUPPORT_STROBELIST_H_ | 28 #ifndef AIMC_SUPPORT_STROBELIST_H_ |
29 #define AIMC_SUPPORT_STROBELIST_H_ | 29 #define AIMC_SUPPORT_STROBELIST_H_ |
30 | 30 |
31 #include <math.h> | 31 #include <cmath> |
32 #include <deque> | 32 #include <deque> |
33 | 33 |
34 namespace aimc { | 34 namespace aimc { |
35 using std::deque; | 35 using std::deque; |
36 struct StrobePoint { | 36 struct StrobePoint { |