Changeset 700 for applications/pmsm
- Timestamp:
- 11/04/09 22:54:58 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/pmsm/filters.h
r686 r700 19 19 20 20 //! modelling theta as normal random walk with 2pi correction 21 class rwtheta: public mpdf_internal<enorm<fsqmat> > {21 class rwtheta: public pdf_internal<enorm<fsqmat> > { 22 22 double om_hat_dt; 23 23 double om_var; … … 120 120 pf->prior_from_set ( set ); 121 121 pf->resmethod_from_set ( set ); 122 pf->set_model ( rwt,new mpdf() );122 pf->set_model ( rwt,new pdf() ); 123 123 124 124 shared_ptr<RV> rv = UI::build<RV> ( set, "rv", UI::optional );