Show
Ignore:
Timestamp:
11/13/08 20:00:53 (16 years ago)
Author:
smidl
Message:

prejmenovani evalpdflog a evalcond

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/merger_2d_test.cpp

    r205 r211  
    5252        emix* MP = MM.predictor(xy); 
    5353         
    54         vec Res1 = M.evalpdflog_m(Grid); 
    55         mat Res2 = (MP)->evalpdflog_M(Grid); 
     54        vec Res1 = M.evallog_m(Grid); 
     55        mat Res2 = (MP)->evallog_M(Grid); 
    5656         
    5757        it_file it("merger_2d_test.it"); 
     
    6060        it << Name("Res1") << Res1; 
    6161        it << Name("Res2") << Res2; 
    62         it << Name("S1") << f1.evalpdflog_m(Grid); 
    63         it << Name("S2") << f2.evalpdflog_m(Grid); 
     62        it << Name("S1") << f1.evallog_m(Grid); 
     63        it << Name("S2") << f2.evallog_m(Grid); 
    6464        cout << ((enorm<ldmat>*)(MP->_Coms(0)))->_R().to_mat() << endl; 
    6565}