Changeset 488 for library/bdm/estim

Show
Ignore:
Timestamp:
08/08/09 13:43:13 (15 years ago)
Author:
smidl
Message:

changes in mpdf -> compile OK, broken tests!

Files:
1 modified

Legend:

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

    r487 r488  
    6767                resmethod = rm; 
    6868        }; 
    69         void set_statistics ( const vec w0, epdf *epdf0 ) { 
     69        void set_statistics ( const vec w0, const epdf &epdf0 ) { 
    7070                est.set_statistics ( w0, epdf0 ); 
    7171        }; 
     
    201201                BMs.set_length ( n0 ); 
    202202        } 
    203         void set_statistics ( epdf *epdf0, const BM_T* BMcond0 ) { 
     203        void set_statistics ( const epdf &epdf0, const BM_T* BMcond0 ) { 
    204204 
    205205                PF::set_statistics ( ones ( n ) / n, epdf0 );