Show
Ignore:
Timestamp:
11/02/09 17:27:29 (15 years ago)
Author:
mido
Message:

mpdf renamed to pdf in the whole library

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/merger_test.cpp

    r689 r693  
    2121        f2->set_parameters ( "5", mat ( "10" ) ); 
    2222 
    23         mpdf_array A ( 2 ); 
     23        pdf_array A ( 2 ); 
    2424        A ( 0 ) = f1; 
    2525        A ( 1 ) = f2; 
     
    144144                UI::build<merger_base> ( in, "Merger", UI::compulsory ); 
    145145 
    146         mpdf_array sources; 
     146        pdf_array sources; 
    147147        UI::get ( sources, in, "Sources", UI::compulsory ); 
    148148        mb->set_sources ( sources ); 
     
    160160        UIFile in ( "merger_error.cfg" ); 
    161161 
    162         mpdf_array sources; 
     162        pdf_array sources; 
    163163        try { 
    164164                UI::get ( sources, in, "Sources", UI::compulsory );