Changeset 850 for library/bdm/stat

Show
Ignore:
Timestamp:
03/04/10 16:41:30 (14 years ago)
Author:
smidl
Message:

changes in Loggers!

Location:
library/bdm/stat
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.cpp

    r847 r850  
    297297 
    298298void egiw::log_register ( bdm::logger& L, const string& prefix ) { 
    299         if ( log_level == 3 ) { 
     299        if ( log_level[tri] ) { 
    300300                root::log_register ( L, prefix ); 
    301301                logrec->ids.set_length ( 2 ); 
     
    309309 
    310310void egiw::log_write() const { 
    311         if ( log_level == 3 ) { 
     311        if ( log_level[tri] ) { 
    312312                mat M; 
    313313                ldmat Lam; 
  • library/bdm/stat/exp_family.h

    r811 r850  
    115115         
    116116        } 
     117 
     118        void validate() { 
     119                BM::validate();  
     120        } 
     121 
    117122}; 
    118123 
     
    345350*/ 
    346351class egiw : public eEF { 
     352        LOG_LEVEL(egiw,tri); 
    347353protected: 
    348354        //! Extended information matrix of sufficient statistics