Show
Ignore:
Timestamp:
11/04/09 22:54:58 (15 years ago)
Author:
smidl
Message:

Making tutorial/userguide example work again (changes of mpdf and bayes)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/merger.cpp

    r685 r700  
    5858#endif 
    5959        // Sources 
    60         Array<shared_ptr<mpdf> >  Sources; 
     60        Array<shared_ptr<pdf> >  Sources; 
    6161        UI::get(Sources, Cfg, "Sources", UI::compulsory); 
    6262        shared_ptr<merger_base> Merger = UI::build<merger_base> ( Cfg, "Merger" );