Changeset 1072 for library/bdm/base

Show
Ignore:
Timestamp:
06/10/10 12:29:54 (14 years ago)
Author:
smidl
Message:

new merger

Files:
1 modified

Legend:

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

    r1064 r1072  
    234234*/ 
    235235class PdfDS : public DS { 
    236 protected: 
     236public: 
    237237    //! internal pointer to epdf from which we samplecond 
    238238    shared_ptr<pdf> ipdf; 
     239protected: 
    239240    //! internal storage of data sample 
    240241    vec yt;