Mercurial > hg > aimc
view src/AGC.h @ 477:c03e8ead1862 carfac_cpp
Skeleton draft of CARFAC classes.
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 07:12:22 +0000 |
parents | |
children | 83e813152671 |
line wrap: on
line source
/* * AGC.h * * Created on: 25 mar 2012 * Author: ulha */ #ifndef AGC_H_ #define AGC_H_ class AGC_parameters { public: AGC_parameters(); virtual ~AGC_parameters(); }; class AGC_coefficients { public: AGC_coefficients(); virtual ~AGC_coefficients(); }; #endif /* AGC_H_ */