Changeset 301 for bdm/stat

Show
Ignore:
Timestamp:
03/19/09 15:39:00 (15 years ago)
Author:
smidl
Message:

TR merging 2D example

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r294 r301  
    531531public: 
    532532        //!Default constructor 
    533         mepdf ( const epdf* em ) :mpdf ( ) {ep=const_cast<epdf*> ( em );}; 
     533        mepdf ( epdf* em ) :mpdf ( ) {ep= em ;}; 
     534        mepdf (const epdf* em ) :mpdf ( ) {ep=const_cast<epdf*>( em );}; 
    534535        void condition ( const vec &cond ) {} 
    535536};