Show
Ignore:
Timestamp:
10/12/09 19:38:54 (15 years ago)
Author:
smidl
Message:

corrections in Kalman and particles

Files:
1 modified

Legend:

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

    r638 r653  
    190190                est.resample(ind,resmethod); 
    191191        } 
     192        Array<vec>& __samples(){return _samples;} 
    192193}; 
    193194UIREGISTER(PF); 
     
    201202 
    202203class MPF : public BM  { 
    203     shared_ptr<PF> pf; 
     204        protected: 
     205        shared_ptr<PF> pf; 
    204206        Array<BM*> BMs; 
    205207