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/merger_2d_test.cpp

    r693 r713  
    5858        emix* MP = MM.epredictor(); //xy 
    5959 
    60         vec Res1 = M.evallog_m ( Grid ); 
    61         mat Res2 = ( MP )->evallog_M ( Grid ); 
     60        vec Res1 = M.evallog_mat ( Grid ); 
     61        mat Res2 = ( MP )->evallog_mat ( Grid ); 
    6262 
    6363        it_file it ( "merger_2d_test.it" ); 
     
    6666        it << Name ( "Res1" ) << Res1; 
    6767        it << Name ( "Res2" ) << Res2; 
    68         it << Name ( "S1" ) << f1->evallog_m ( Grid ); 
    69         it << Name ( "S2" ) << f2->evallog_m ( Grid ); 
     68        it << Name ( "S1" ) << f1->evallog_mat ( Grid ); 
     69        it << Name ( "S2" ) << f2->evallog_mat ( Grid ); 
    7070        cout << ( ( enorm<ldmat>* ) ( MP->_Coms ( 0 ).get() ) )->_R().to_mat() << endl; 
    7171}