Changeset 211 for bdm/stat/libEF.cpp

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
  • bdm/stat/libEF.cpp

    r198 r211  
    1919} 
    2020 
    21 double egiw::evalpdflog_nn ( const vec &val ) const { 
     21double egiw::evallog_nn ( const vec &val ) const { 
    2222        int vend = val.length()-1; 
    2323 
     
    128128// } 
    129129 
    130 double egamma::evalpdflog ( const vec &val ) const { 
     130double egamma::evallog ( const vec &val ) const { 
    131131        double res = 0.0; //the rest will be added 
    132132        int i;