Changeset 797 for library/bdm/estim

Show
Ignore:
Timestamp:
01/29/10 19:56:54 (14 years ago)
Author:
smidl
Message:

new objects: mgdirac + mexFnc

Files:
1 modified

Legend:

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

    r766 r797  
    6060}; 
    6161 
    62 //!Extended Kalman filter with unknown parameters in \c IM 
    63 class EKFCh_cond : public EKFCh  { 
    64 public: 
    65         void condition ( const vec &val ) { 
    66                 pfxu->condition ( val ); 
    67         }; 
    68 }; 
     62////!Extended Kalman filter with unknown parameters in \c IM 
     63// class EKFCh_cond : public EKFCh  { 
     64// public: 
     65//      void condition ( const vec &val ) { 
     66//              pfxu->condition ( val ); 
     67//      }; 
     68// }; 
    6969 
    7070}