comparison src/IHC.h @ 481:cad69634b411 carfac_cpp

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:24:28 +0000
parents 5def66bf228f
children 3673e3e67bab
comparison
equal deleted inserted replaced
480:5def66bf228f 481:cad69634b411
21 float tau2_in; 21 float tau2_in;
22 }; 22 };
23 23
24 class IHC_coefficients { 24 class IHC_coefficients {
25 public: 25 public:
26 IHC_coefficients(); 26 IHC_coefficients(IHC_parameters*, float, int);
27 virtual ~IHC_coefficients(); 27 virtual ~IHC_coefficients();
28 private:
29 IHC_coefficients(){}
28 }; 30 };
29 31
30 #endif /* IHC_H_ */ 32 #endif /* IHC_H_ */