Changeset 378 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
06/17/09 23:53:08 (15 years ago)
Author:
smidl
Message:

details and compositepdf changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r377 r378  
    575575}; 
    576576 
    577 //!\brief Abstract composition of pdfs, will be used for specific classes 
     577//!\brief Chain rule of pdfs - abstract part common for mprod and merger.  
    578578//!this abstract class is common to epdf and mpdf 
     579//!\todo Think of better design - global functions rv=get_rv(Array<mpdf*> mpdfs); ?? 
    579580class compositepdf 
    580581{