Changeset 991

Show
Ignore:
Timestamp:
05/26/10 18:42:35 (14 years ago)
Author:
smidl
Message:

correct copy of MPF

Files:
1 modified

Legend:

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

    r979 r991  
    4040        public: 
    4141                MarginalizedParticleBase():est(*this){}; 
    42                 MarginalizedParticleBase(const MarginalizedParticleBase &m2):est(*this){ 
     42                MarginalizedParticleBase(const MarginalizedParticleBase &m2):BM(m2),est(*this){ 
    4343                        bm = m2.bm->_copy(); 
    4444                        est_emp = m2.est_emp; 
    45                         est.validate();; 
     45                        est.validate(); 
    4646                        validate(); 
    4747                };