Show
Ignore:
Timestamp:
02/24/09 14:12:19 (15 years ago)
Author:
smidl
Message:

Transition of pmsm and libKF

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pmsm/simulator_zdenek/ekf_example/ekf_obj.h

    r271 r279  
    6464public: 
    6565        //! Default constructor 
    66         EKFfixed ( RV rvx,RV rvc ):BM(rvx),BMcond(rvc),E(rvx),Ry(2,2){ 
     66        EKFfixed ():BM(),BMcond(),E(),Ry(2,2){ 
    6767        int i; 
    6868 for(i=0;i<16;i++){Q[i]=0;}