Ulf@477: /* Ulf@477: * IHC.h Ulf@477: * Ulf@477: * Created on: 25 mar 2012 Ulf@477: * Author: ulha Ulf@477: */ Ulf@477: Ulf@477: #ifndef IHC_H_ Ulf@477: #define IHC_H_ Ulf@477: Ulf@477: class IHC_parameters { Ulf@477: public: Ulf@477: IHC_parameters(); Ulf@477: virtual ~IHC_parameters(); Ulf@477: }; Ulf@477: Ulf@477: class IHC_coefficients { Ulf@477: public: Ulf@477: IHC_coefficients(); Ulf@477: virtual ~IHC_coefficients(); Ulf@477: }; Ulf@477: Ulf@477: #endif /* IHC_H_ */