Mercurial > hg > aimc
view branches/carfac_cpp/src/IHC.h @ 539:750075ee8e3a
rewrote CARFAC to have pointers as members
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 16:08:11 +0000 |
parents | 81b01c88a257 |
children | 0972b3161871 |
line wrap: on
line source
#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_ */