Show
Ignore:
Timestamp:
02/16/09 10:03:13 (15 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

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

    r262 r271  
    8686        void bayes ( const vec &dt ); 
    8787        //!dummy! 
    88         epdf& _epdf(){return E;}; 
     88        epdf& posterior(){return E;}; 
    8989        void condition ( const vec &Q0 ) { 
    9090