Show
Ignore:
Timestamp:
07/30/09 16:44:27 (15 years ago)
Author:
smidl
Message:

configurations for epdf tests & minor fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/emix_test.cpp

    r394 r454  
    3434        enorm<ldmat> E1; E1.set_rv ( xy ); 
    3535                 
    36         it_file iti("xxx"); 
    37         mat R; vec mu; 
    38         iti >> Name("R") >>R; 
    39         iti >> Name("mu") >>mu; 
    40  
    41         cout << mu << R <<endl; 
    42         E1.set_parameters( mu, R);//"1.00054 1.0455" , mat ( "0.740142 -0.259015; -0.259015 1.0302" )); 
     36        E1.set_parameters( "1.00054 1.0455" , mat ( "0.740142 -0.259015; -0.259015 1.0302" )); 
    4337        enorm<ldmat> E2;E2.set_rv ( xy ); 
    4438        E2.set_parameters( "-1.2 -0.1" , mat ( "1 0.4; 0.4 0.5" ));