Show
Ignore:
Timestamp:
11/10/09 11:03:09 (15 years ago)
Author:
mido
Message:

_m changed to _mat

emix.cfg prepared, but it is not yet debugged!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mixtures_test.cpp

    r679 r713  
    6969        // Sample parameters 
    7070        int ndat = 100; 
    71         mat Smp = Simul.sample_m ( ndat ); 
     71        mat Smp = Simul.sample_mat ( ndat ); 
    7272 
    7373        cout << "Simulated means: " << m1 << " and " << m2 << endl;