Show
Ignore:
Timestamp:
11/28/09 14:38:48 (15 years ago)
Author:
smidl
Message:

Working unitsteps and controlloop + corresponding fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/kalman.h

    r739 r744  
    336336        //! copy constructor duplicated - calls different set_parameters 
    337337        BM* _copy_() const { 
    338                 EKFCh* E = new EKFCh; 
    339                 E->set_parameters ( pfxu, phxu, Q, R ); 
    340                 E->set_statistics ( est._mu(), est._R() ); 
    341                 return E; 
     338                return new EKFCh(*this); 
    342339        } 
    343340        //! Set nonlinear functions for mean values and covariance matrices.