annotate branches/carfac_cpp/src/IHC.cpp @ 574:101289a936be

Update copyright lines on Google files.
author tom@acousticscale.org
date Mon, 25 Jun 2012 11:14:08 +0000
parents 9c4c3675c3f8
children f3dde307f4b8
rev   line source
Ulf@538 1 #include "IHC.h"
Ulf@538 2
Ulf@564 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch){
Ulf@544 4 // TODO stuff!
Ulf@538 5 }
Ulf@538 6
Ulf@538 7 IHC_coefficients::~IHC_coefficients() {
Ulf@544 8 // TODO Auto-generated destructor stub
Ulf@538 9 }