diff src/CARFAC_common.h @ 494:24828350536a carfac_cpp

Fixed the ERB_Hz default parameter bug also in c++ Introduced FloatMatrix to build on the concept of FloatArray typedef
author Ulf.Hammarqvist@gmail.com
date Sun, 08 Apr 2012 19:40:13 +0000
parents 715fc47a965e
children
line wrap: on
line diff
--- a/src/CARFAC_common.h	Sun Apr 08 14:28:55 2012 +0000
+++ b/src/CARFAC_common.h	Sun Apr 08 19:40:13 2012 +0000
@@ -4,6 +4,7 @@
 #include <vector>
 
 typedef std::vector<float> FloatArray;
+typedef std::vector<FloatArray> FloatMatrix;
 const double kPi = 3.1415926;
 
 #endif /* CARFAC_COMMON_TYPEDEFS_H_ */