Changeset 863 for library/bdm/mex

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/mex/mex_BM.h

    r766 r863  
    9999        } //tohle by melo zustat!! 
    100100 
    101         virtual double logpred ( const vec &yt ) const  NOT_IMPLEMENTED(0); 
    102  
    103         virtual epdf* epredictor() const NOT_IMPLEMENTED(NULL); 
    104  
    105         virtual pdf* predictor() const NOT_IMPLEMENTED(NULL); 
    106101}; 
    107102UIREGISTER ( mexBM );