Mercurial > hg > aimc
comparison src/CAR.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 |
---|---|
36 class CAR_coefficients{ | 36 class CAR_coefficients{ |
37 public: | 37 public: |
38 CAR_coefficients(CAR_parameters*, float, FloatArray); | 38 CAR_coefficients(CAR_parameters*, float, FloatArray); |
39 virtual ~CAR_coefficients(); | 39 virtual ~CAR_coefficients(); |
40 private: | 40 private: |
41 CAR_coefficients(){}; | 41 CAR_coefficients(){} |
42 }; | 42 }; |
43 | 43 |
44 #endif /* CAR_H_ */ | 44 #endif /* CAR_H_ */ |