Show
Ignore:
Timestamp:
11/04/09 22:54:58 (15 years ago)
Author:
smidl
Message:

Making tutorial/userguide example work again (changes of mpdf and bayes)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/filters.h

    r686 r700  
    1919 
    2020//! 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> > { 
    2222                double om_hat_dt; 
    2323                double om_var; 
     
    120120                pf->prior_from_set ( set ); 
    121121                pf->resmethod_from_set ( set ); 
    122                 pf->set_model ( rwt,new mpdf() ); 
     122                pf->set_model ( rwt,new pdf() ); 
    123123 
    124124                shared_ptr<RV> rv = UI::build<RV> ( set, "rv", UI::optional );