Mercurial > hg > aimc
comparison src/IHC.cpp @ 483:3673e3e67bab carfac_cpp
style
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Thu, 29 Mar 2012 19:43:36 +0000 |
parents | cad69634b411 |
children | 83cd5bbf2a3e |
comparison
equal
deleted
inserted
replaced
482:ea17c0e4e740 | 483:3673e3e67bab |
---|---|
1 #include "IHC.h" | 1 #include "IHC.h" |
2 | 2 |
3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){ | 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){ |
4 // TODO stuff! | 4 // TODO stuff! |
5 } | 5 } |
6 | 6 |
7 IHC_coefficients::~IHC_coefficients() { | 7 IHC_coefficients::~IHC_coefficients() { |
8 // TODO Auto-generated destructor stub | 8 // TODO Auto-generated destructor stub |
9 } | 9 } |