- Timestamp:
- 01/06/10 22:30:00 (15 years ago)
- Location:
- library/bdm/stat
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/stat/exp_family.cpp
r739 r761 96 96 97 97 double egiw::evallog_nn ( const vec &val ) const { 98 bdm_assert_debug(val.length()==nPsi+dimx,"Incorrect cond in egiw::evallog_nn" ); 99 98 100 int vend = val.length() - 1; 99 101 -
library/bdm/stat/merger.h
r750 r761 221 221 void set_sources ( const Array<shared_ptr<pdf> > &S ) { 222 222 merger_base::set_sources ( S ); 223 Nsources = S.length();223 //Nsources = S.length(); 224 224 } 225 225