Mercurial > hg > aimc
view branches/carfac_cpp/src/CARFAC_common.h @ 561:3dff17554c6d
add an ears array level everywhere
author | dicklyon@google.com |
---|---|
date | Mon, 23 Apr 2012 22:58:40 +0000 |
parents | 4de3bebec3d6 |
children |
line wrap: on
line source
#ifndef CARFAC_COMMON_TYPEDEFS_H_ #define CARFAC_COMMON_TYPEDEFS_H_ #include <vector> typedef std::vector<float> FloatArray; typedef std::vector<FloatArray> FloatMatrix; const double kPi = 3.1415926; #endif /* CARFAC_COMMON_TYPEDEFS_H_ */