Show
Ignore:
Timestamp:
03/12/10 13:34:17 (14 years ago)
Author:
smidl
Message:

Correction to new log_level -- FIXME - wrong parsing of array<string> in LOG_LEVEL

Files:
1 modified

Legend:

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

    r850 r863  
    155155        } 
    156156 
    157         virtual double logpred ( const vec &yt ) const NOT_IMPLEMENTED(0); 
    158  
    159         virtual epdf* epredictor() const NOT_IMPLEMENTED(NULL); 
    160          
    161         virtual pdf* predictor() const NOT_IMPLEMENTED(NULL); 
    162157}; 
    163158/*! 
     
    426421        void from_setting ( const Setting &set ); 
    427422 
    428         // TODO dodelat void to_setting( Setting &set ) const; 
    429  
    430         virtual double logpred ( const vec &yt ) const NOT_IMPLEMENTED(0);  
    431  
    432         virtual epdf* epredictor() const NOT_IMPLEMENTED(NULL);  
    433  
    434         virtual pdf* predictor() const NOT_IMPLEMENTED(NULL);  
    435423}; 
    436424