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

applications compile - but may be broken!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/mpdm/merg_giw.cpp

    r384 r702  
    9292 
    9393                // Merge estimates 
    94                 mepdf eG1 ( P1._e() ); 
    95                 mepdf eG2 ( P2._e() ); 
    96                 Array<mpdf*> A ( 2 ); A ( 0 ) =&eG1;A ( 1 ) =&eG2; 
     94                Array<pdf*> A ( 2 ); A ( 0 ) =&P1;A ( 1 ) =&P2; 
    9795                merger M ( A ); 
    9896                M.set_parameters ( 1.5, 100,3 ); //M._Mix().set_method(QB);