comparison branches/carfac_cpp/src/CARFAC_common.h @ 545:e63fbe19b255

stubbed some more, and tidying
author Ulf.Hammarqvist@gmail.com
date Sat, 31 Mar 2012 17:24:08 +0000
parents
children 4de3bebec3d6
comparison
equal deleted inserted replaced
544:c666e8e0696a 545:e63fbe19b255
1 #ifndef CARFAC_COMMON_TYPEDEFS_H_
2 #define CARFAC_COMMON_TYPEDEFS_H_
3
4 #include <vector>
5
6 typedef std::vector<float> FloatArray;
7 const double kPi = 3.1415926;
8
9 #endif /* CARFAC_COMMON_TYPEDEFS_H_ */