Show
Ignore:
Timestamp:
05/16/10 23:13:21 (14 years ago)
Author:
smidl
Message:

Doc + new examples

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/emix.h

    r896 r944  
    337337                factors = epdfs0; 
    338338        } 
    339 }; 
     339        void from_setting(const Setting &set){ 
     340                UI::get(factors,set,"pdfs",UI::compulsory); 
     341        } 
     342}; 
     343UIREGISTER(eprod); 
    340344 
    341345//! similar to eprod but used only internally -- factors are external pointers 
     
    364368        mmix() : Coms ( 0 ) { }; 
    365369 
    366  
    367  
    368  
    369  
    370          
    371370        double evallogcond ( const vec &dt, const vec &cond ) { 
    372371                double ll = 0.0;