Show
Ignore:
Timestamp:
08/08/09 13:43:16 (15 years ago)
Author:
smidl
Message:

Mpdf redesing is complet - all tests pass (except mlnorm<chmat> which is irrelevant)

Files:
1 modified

Legend:

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

    r488 r489  
    273273} 
    274274 
    275 void mepdf::condition ( const vec &cond ) { 
    276 } 
    277  
    278275void mepdf::from_setting ( const Setting &set ) { 
    279276        shared_ptr<epdf> e ( UI::build<epdf> ( set, "epdf", UI::compulsory ) ); 
    280         ipdf = e; 
     277        iepdf = e; 
     278        set_ep(iepdf.get()); 
    281279} 
    282280