Mercurial > hg > aimc
view src/IHC.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
/* * IHC.h * * Created on: 25 mar 2012 * Author: ulha */ #ifndef IHC_H_ #define IHC_H_ class IHC_parameters { public: IHC_parameters(); virtual ~IHC_parameters(); }; class IHC_coefficients { public: IHC_coefficients(); virtual ~IHC_coefficients(); }; #endif /* IHC_H_ */