Show
Ignore:
Timestamp:
06/02/10 23:51:04 (14 years ago)
Author:
smidl
Message:

New ebeta distribution + tests

Files:
1 modified

Legend:

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

    r1000 r1033  
    439439 
    440440                if ( particles(0)->_rv()._dsize() > 0 ) { 
    441                         bdm_assert (  particles(0)->_rv()._dsize() == est.dimension(), "Mismatch of RV " +particles(0)->_rv().to_string() +  
    442                         " of size (" +num2str(particles(0)->_rv()._dsize())+"and dimension of posterior ("+num2str(est.dimension()) + ")" ); 
     441                        bdm_assert (  particles(0)->_rv()._dsize() == est.dimension(), "MPF:: Mismatch of RV " +particles(0)->_rv().to_string() +  
     442                        " of size (" +num2str(particles(0)->_rv()._dsize())+") and dimension of posterior ("+num2str(est.dimension()) + ")" ); 
    443443                } 
    444444        }