Changeset 923
- Timestamp:
- 05/05/10 20:50:20 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/bdmbase.h
r916 r923 674 674 class epdf : public pdf { 675 675 //! \var log_level_enums logmean 676 //! TODO DOPLNIT676 //! log mean value of the density when requested 677 677 678 678 //! \var log_level_enums loglbound 679 //! TODO DOPLNIT679 //! log lower bound of the density (see function qbounds) 680 680 681 681 //! \var log_level_enums logubound 682 //! TODO DOPLNIT682 //! log upper bound of the density (see function qbounds) 683 683 684 684 //! \var log_level_enums logfull 685 //! TODO DOPLNIT685 //! log full record of the density in the form of setting 686 686 LOG_LEVEL(epdf,logmean,loglbound,logubound,logfull); 687 687