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

changes in Loggers!

Files:
1 modified

Legend:

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

    r766 r850  
    293293                set_parameters ( IM, OM, diag ( dQ ), diag ( dR ) ); 
    294294 
    295                 string options; 
    296                 if ( UI::get ( options, set, "options" ) ) 
    297                         set_options ( options ); 
    298295//                      pfxu = UI::build<diffbifn>(set, "IM", UI::compulsory); 
    299296//                      phxu = UI::build<diffbifn>(set, "OM", UI::compulsory); 
     
    318315//                      phxu->dfdu_cond(mu0, zeros(pfxu->_dimu()), C,true); 
    319316// 
    320                 validate(); 
    321         } 
     317        } 
     318 
    322319        void validate() { 
     320                KalmanFull::validate(); 
     321 
    323322                // check stats and IM and OM 
    324323        }