Changeset 183 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
10/17/08 10:28:16 (16 years ago)
Author:
smidl
Message:

Universal merging tool is (almost) finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r182 r183  
    182182        } 
    183183        //! Return conditional density on the given RV, the remaining rvs will be in conditioning 
    184         virtual mpdf* condition(const RV &rv) const {it_warning("Not implemented"); return NULL;} 
     184        virtual mpdf* condition(const RV &rv) const  {it_warning("Not implemented"); return NULL;} 
    185185        //! Return marginal density on the given RV, the remainig rvs are intergrated out 
    186         epdf* marginal(const RV &rv) const {it_warning("Not implemented"); return NULL;} 
     186        virtual epdf* marginal(const RV &rv) const {it_warning("Not implemented"); return NULL;} 
    187187 
    188188        //! return expected value