Changeset 28 for tests/testSmp.cpp

Show
Ignore:
Timestamp:
02/22/08 16:40:12 (16 years ago)
Author:
smidl
Message:

prelozitelna verze

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testSmp.cpp

    r22 r28  
    1717        mat V0("1.2 0.3; 0.3 5"); 
    1818        ldmat R = ldmat(V0); 
    19         enorm<ldmat> eN(rv,mu0,R); 
     19        enorm<ldmat> eN(rv); 
     20        eN.set_parameters(mu0,R); 
    2021         
    2122        mat Smp = eN.sample(N);