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

removal of unused functions _e() and samplecond(,) and added documentation lines

Files:
1 modified

Legend:

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

    r488 r536  
    111111                        dim = E.dimension() + A ( 0 )->posterior().dimension(); 
    112112                        for ( int i = 0; i < _w.length() ; i++ ) { 
    113                                 Coms ( i ) = A ( i )->_e(); 
     113                                Coms ( i ) = &(A ( i )->posterior()); 
    114114                        } 
    115115                } 
     
    218218                return jest; 
    219219        } 
    220         const epdf* _e() const { 
    221                 return &jest;    //Fixme: is it useful? 
    222         } 
    223220        //! Set postrior of \c rvc to samples from epdf0. Statistics of BMs are not re-computed! Use only for initialization! 
    224221        /*      void set_est ( const epdf& epdf0 ) { 
     
    234231 
    235232        //!Access function 
    236         BM* _BM ( int i ) { 
     233        const BM* _BM ( int i ) { 
    237234                return BMs ( i ); 
    238235        }