Show
Ignore:
Timestamp:
07/31/09 13:06:49 (15 years ago)
Author:
vbarta
Message:

mpdf (& its dependencies) reformat: now using shared_ptr, moved virtual method bodies to .cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testSmp.cpp

    r450 r461  
    9494         
    9595        Smp = mMix.samplecond_m(mu0,N); 
    96         disp(mMix._epdf().mean(),zeros(2),Smp); 
     96        disp(mMix.e()->mean(), zeros(2), Smp); 
    9797 
    9898        cout << "======= EProd ======== " << endl;