Mercurial > hg > aimc
diff src/CAR.h @ 487:d56da20c09ae carfac_cpp
Implemented all but g0 initialisation in CAR class
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 07 Apr 2012 09:35:10 +0000 |
parents | c6bd1d58e72e |
children | 24828350536a |
line wrap: on
line diff
--- a/src/CAR.h Sat Mar 31 18:15:17 2012 +0000 +++ b/src/CAR.h Sat Apr 07 09:35:10 2012 +0000 @@ -41,11 +41,12 @@ CAR_coefficients(CAR_parameters*, float, FloatArray); virtual ~CAR_coefficients(); - FloatArray r1_coeffs; - FloatArray a0_coeffs; - FloatArray c0_coeffs; - FloatArray h_coeffs; - FloatArray g0_coeffs; + FloatArray r1_coeffs_; + FloatArray a0_coeffs_; + FloatArray c0_coeffs_; + FloatArray h_coeffs_; + FloatArray g0_coeffs_; + FloatArray zr_coeffs_; private: CAR_coefficients();