Changeset 923

Show
Ignore:
Timestamp:
05/05/10 20:50:20 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r916 r923  
    674674class epdf : public pdf { 
    675675        //! \var log_level_enums logmean 
    676         //! TODO DOPLNIT         
     676        //! log mean value of the density when requested 
    677677         
    678678        //! \var log_level_enums loglbound 
    679         //! TODO DOPLNIT 
     679        //! log lower bound of the density (see function qbounds) 
    680680         
    681681        //! \var log_level_enums logubound 
    682         //! TODO DOPLNIT 
     682        //! log upper bound of the density (see function qbounds) 
    683683         
    684684        //! \var log_level_enums logfull 
    685         //! TODO DOPLNIT 
     685        //! log full record of the density in the form of setting 
    686686        LOG_LEVEL(epdf,logmean,loglbound,logubound,logfull); 
    687687