Changeset 675 for library/bdm/estim

Show
Ignore:
Timestamp:
10/21/09 20:19:40 (15 years ago)
Author:
mido
Message:

experiment: epdf as a descendat of mpdf

Location:
library/bdm/estim
Files:
2 modified

Legend:

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

    r660 r675  
    214214                */ 
    215215                void bayes (const vec &dt); 
    216                  
     216 
    217217                void from_setting(const Setting &set){ 
    218218                        Kalman<chmat>::from_setting(set); 
  • library/bdm/estim/particles.h

    r665 r675  
    389389                } 
    390390        } 
    391          
     391 
    392392}; 
    393393UIREGISTER(MPF);