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_pred.cpp

    r384 r702  
    8787                                        mlnorm<ldmat>* Pgp = PG.predictor();// ( y,concat ( ym,uu ) ); 
    8888 
    89                                         Array<mpdf*> A ( 2 ); A ( 0 ) =P1p;A ( 1 ) =P2p; 
     89                                        Array<pdf*> A ( 2 ); A ( 0 ) =P1p;A ( 1 ) =P2p; 
    9090                                        merger M ( A ); 
    9191                                        enorm<ldmat> g0;g0.set_rv ( concat ( yy,uu ) ); g0.set_parameters ( "0 0 0 0 ",3*eye ( 4 ) );